Commit e5aae05
committed
Explicitly use simple when processing ticket Description search strings
It ensures consistency with the FUNCTION parameter which already uses
'simple' configuration for to_tsvector(), which is also consistent with the
following index:
CREATE INDEX Tickets7 ON Tickets USING GIN(to_tsvector('simple', Description));
This fixes a test failure in t/ticket/search.t: searching "database"
could be interpreted as the its stem "databas" (depending on
default_text_search_config) instead of "database" the "simple" config
returns.1 parent 3207dc7 commit e5aae05
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
| 822 | + | |
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
| |||
0 commit comments