Could you describe what is the intended functionality of
the search ? I am trying to follow the code...
Is it searching for any substring matching the search
value within the text representation of the object in a
column? I also saw some character replacing routine.
I need to search for a specific value. So, I want to
disable the substring and replacing routine....but I'm
having a hard time following the code.
Any light into what the search() does is appreciated.
Thanks.
-Jorge
Logged In: YES
user_id=1069560
I forgot to ask, Is the search performing an ORed search on
different columns or an ANDed search? What was the
intention ?
Seems to me that if you perform search over several columns
it returns the rows that follow any of the conditions. I dont
know if this is a " bug" or a "feature" ..
Thanks