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
For example, right now I'm looking for the string "<internal tool> logging" in all our rooms. I know that logging is the exact word I want to match (it's actually the title of an internal bug and so likely to be cited exactly like that), but unfortunately the PostgreSQL full text search will stem logging to log, and this will pollute my result list with lots and lots of irrelevant matches like AudioLog, Log, Dateilog, Changelog,bash_log, dialog, Login, Logparser, ... which makes it practically impossible to actually find what I'm looking for.
I've attempted to quote loggging ("logging") to force an exact match, but that doesn't seem to have any effect.
The text was updated successfully, but these errors were encountered:
Description:
I'd like to be able to search for exact strings.
For example, right now I'm looking for the string "<internal tool> logging" in all our rooms. I know that
logging
is the exact word I want to match (it's actually the title of an internal bug and so likely to be cited exactly like that), but unfortunately the PostgreSQL full text search will stemlogging
tolog
, and this will pollute my result list with lots and lots of irrelevant matches likeAudioLog
,Log
,Dateilog
,Changelog,
bash_log
,dialog
,Login
,Logparser
, ... which makes it practically impossible to actually find what I'm looking for.I've attempted to quote
loggging
("logging"
) to force an exact match, but that doesn't seem to have any effect.The text was updated successfully, but these errors were encountered: