How does search work
-
I wonder how search works. I have questions.
Does it search every field/column in the table?
what does it do with numeric columns and other non-string columns?
Can you control/restrict the columns searched?
By experimenting I think the query is something like
where column1 like '%<complete input string>%' or column2 like ....
Is this the correct conclusion?
How do you search for something like ‘smith’ AND ‘john’?
- The topic ‘How does search work’ is closed to new replies.