Quote:
Originally Posted by TundraSoul
Thanks, I'll gve that a try.
Is it possible to improve the keyword searching? For instance currently if I search for 2000 Toyota Celica, it find every link with any of the words from my search. Instead I would rather find those links with all the words in my search. I think this is called search by phrase.
|
Put quotation marks around the string. By default, it looks separately for each word - perhaps this is wrong.
*Edited* Alternatively, change *match_using_like* to 1 in LDM's admin/settings page.
By default, LDM uses SQL's 'Boolean Mode' full text searches. This is powerful but has some idiosyncracies. Ditto the alternative SQL 'LIKE' matching.