File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,8 @@ To configure a fulltext search with the trigram backend, set `search_backend` to
290
290
291
291
- ` :term ` : The full search text
292
292
- ` :terms ` : A list of search text words (i.e. the full search text split by whitespace).
293
- - ` :thres ` : The trigram similarity treshold value (note that the service will also separately execute ` SET pg_trgm.similarity_threshold = <value> ` )
293
+ - ` :thres ` : The trigram similarity treshold value (note that the service will also separately execute ` SET pg_trgm.similarity_threshold = <value> ` ).
294
+ - ` :facets ` : The permitted search facets, as a list (only relevant for feature query).
294
295
295
296
The ` trgm_feature_query ` must return the following fields:
296
297
@@ -319,7 +320,7 @@ In alternative to specifying `trgm_feature_query` and/or `trgm_layer_query`, you
319
320
320
321
* ` searchtext ` : the full search text, as a string
321
322
* ` words ` : the single words of the search text, as an array
322
- * ` facets ` : the permitted search facets, as an array
323
+ * ` facets ` : the permitted search facets, as an array (only relevant for feature query).
323
324
324
325
Example for ` trgm_feature_query_template ` to generate an "unrolled" query for each word in the searchtext:
325
326
You can’t perform that action at this time.
0 commit comments