Classic report search
Hi everybody,
to say it first, I'm a newbie to apex because my lack of experience with it.
I've to create an application that searches for keywords inside textfields of a table using instant search(I'm using the clarifit plugin for that).
Therefore I have to use a classic report not an interactive report due to requirements from my boss.
He wants something like the live search used by google - now the problem is that if more than one keywords separated by whitespace are entered, the search looks for all of them eg.: "keyword1 keyword2" and not "keyword1" AND "keyword2".
Does anybody know how this can be done ? Do I've to split the search string using ajax or do I'have to implement a row filtering using variables (which variable name does the content of the search box have)
Anybody got a hint for me please ?
Thanks in advance
Kr
Michael.
Edited by: user553848 on Dec 10, 2011 11:22 PM
Edited by: user553848 on Dec 11, 2011 10:32 AM
Edited by: user553848 on Dec 12, 2011 11:51 AM