This topic is locked

Custom Search

6/17/2012 9:48:22 PM
PHPRunner General questions
ladykathleen author

I am needing some help for a custom search in the Search Box on the list page.
What I have now is:
1--Box that searchs all fields for text inputted
2--Zip code Field
3--Date Field
The the normal search works is 1 AND 2 AND 3

or if you click any then you should get (1 or 2 or 3)
I would like to added 3 zipcodes fields and then be able to only search for 1 and (2 or 2 or 2) and 3
Is there a way to do this at all?

J
Jane 6/20/2012

Hi,
unfortunately there is no easy way to implement this search. You can choose only one option (ANY or ALL) for all search values.

ladykathleen author 6/21/2012

You say there is no easy way, but is there a way at all? I don't mind taking the hard road if it works.

J
Jane 6/25/2012

This task will require a lot of custom code in the generated files: whole search algorithm should be re-written.

Unfortunately we don't have a ready to go solution for this.