How can I change the forum's search logic to partial matching? My website seems to only search for exact matches, which is different from the logic used on your site.
How can I change the forum's search logic to partial matching? My website seems to only search for exact matches, which is different from the logic used on your site.
If your site's locale prefix was set on installation to either of following, PostgreSQL Search will use search configuration specific to it:
en
nl
fi
fr
de
hu
it
no
nb
nn
pt
ro
ru
es
sv
tt
This site runs en-us
locale and en
prefix is on the list, so PostgreSQL uses english
search configuration.
If your site's locale is not on the list, PostgreSQL will use simple
search config which is... less than optimal ;)
thanks, I understand
To add, the logic I’ve described works only for misago-docker. Custom setups need to configure this themselves.