G
gus bjorklund
Guest
the contains operator works well only for leading character string searches in word-indexed queries. to make use of it for trailing string searchess, you would have to add a second character field in which all the values are in reverse order character-wise and then word index that.
Continue reading...
Continue reading...