You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stop words (e.g. the, of, on) impact the FTS search performance much and index size much, most time they are useless for finding the accurate results for given query.
Propose to enable remove_stop_words by default
The text was updated successfully, but these errors were encountered:
The stop words (e.g.
the
,of
,on
) impact the FTS search performance much and index size much, most time they are useless for finding the accurate results for given query.Propose to enable
remove_stop_words
by defaultThe text was updated successfully, but these errors were encountered: