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
Copy file name to clipboardExpand all lines: src/topics/Search.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,7 @@ A facet references a searchable dataset. The configuration of the fulltext searc
293
293
{
294
294
"name": "<facet name>",
295
295
"filter_word": "<filter word>",
296
+
"db_url": "<db_url>",
296
297
"table_name": "<schema.tablename>",
297
298
"geometry_column": "<geometry column name>",
298
299
"search_id_col": "<id column name>"
@@ -312,6 +313,7 @@ The facets describe a searchable dataset and are referenced by the search index:
312
313
313
314
-`name` specifies the facet identifier.
314
315
-`filter_word` is a short (human readable) name which appears as result category in the search results (i.e. `Address`).
316
+
-`db_url` is optional and specified the DB which contains the table name specified by `table_name`. If not specified, the `db_url` of the search config is used.
315
317
-`table_name` specifies the table containing the features referenced by the search index (in the format `schema.table_name`).
316
318
-`geometry_column` specifies the name of the geometry column in this table.
317
319
-`search_id_col` specifies the name of the id column in this table. If unset, field from search filter expression is used.
0 commit comments