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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ In addition to the configuration described above, you can specify these addition
230
230
231
231
## Configuring the fulltext search service <aname="fulltext-search"></a>
232
232
233
-
The [`qwc-fulltet-search-service`](https://github.com/qwc-services/qwc-fulltet-search-service) provides facetted fullsearch text search, with one of the following backends:
233
+
The [`qwc-fulltext-search-service`](https://github.com/qwc-services/qwc-fulltext-search-service) provides facetted fullsearch text search, with one of the following backends:
234
234
235
235
* Postgres Trigram
236
236
* Apache Solr
@@ -458,9 +458,11 @@ Where:
458
458
*`default` lists the search facets enabled by default.
459
459
*`layers` providides a mapping of facets which are enabled whenever the theme layer `<layer_name>` is visible on the map.
460
460
461
-
Next, create `Search facet`resources in the Admin GUI for the desired facet names.
461
+
Next, create the resources in the Admin GUI to control the search permissions:
462
462
463
-
* To manage layer search permissions, you can create a `Search facet` with name `dataproduct`.
464
-
* You can create a wildcard `Search facet` resource by setting the name to `*`. This is useful to assign permissions for all available facets with one single resource.
463
+
* For feature results, create `Search facet` resources in the Admin GUI with the facet names you want to permit.
464
+
* For layer results, create `Dataproduct` resources in the Admin GUI with the dataproduct ids you want to permit.
465
+
466
+
*Note*: For both `Search facet` and `Dataproduct` resources you can create wildcard resources by setting the name to `*`. This is useful to assign permissions for all available facets/dataproducts with one single resource.
465
467
466
468
Finally, create permissions for the newly created resources and regenerate the service configuration.
0 commit comments