Quote:
Originally Posted by kjs
|
it looks like hosted elastic search.
Quote:
Originally Posted by sarettah
You would probably be better off NOT using full text search and just using a like statement instead. Full text search has a lot of overhead to it that should not be needed for just a 255 char field.
Do some testing between full text search and using a like statement.
If you can, index the title too.
All strictly imho, of course.
.
|
nope, full text search has more performance than like queries,