11-09-2011, 12:06 AM
(11-08-2011, 01:07 AM)dgbaker Wrote: Hi -
With the search function is there a way to allow for partial hits? For example: The document name is BugsBunny and when search for Bun can it come back with BugsBunny.
It seems the search must be exact word and not using a LIKE on the query - %bun%
The regular database search uses LIKE, but the full text search doesn't. The full text search doesn't use the database at all.
Uwe