I’m setting up a directory search for a client. The search criteria are:
Company Name:
City:
State:
Zip:
Provider Type:
Primary Contact:
I figured I can use the weblog:entries search parameter for most of these since they are custom fields. (I’m using some php to generate the weblog:entries tag dynamically).
However, Company Name is actually the title of the weblog entry. Since I can’t use the search parameter with title, I have no idea what to do. I’m hoping there is something obvious I’m overlooking.
Any suggestions?