Skip to content

Commit 0782ccb

Browse files
committed
Document Search dataproduct resources
1 parent 2b331da commit 0782ccb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/topics/Search.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ In addition to the configuration described above, you can specify these addition
230230

231231
## Configuring the fulltext search service <a name="fulltext-search"></a>
232232

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:
234234

235235
* Postgres Trigram
236236
* Apache Solr
@@ -458,9 +458,11 @@ Where:
458458
* `default` lists the search facets enabled by default.
459459
* `layers` providides a mapping of facets which are enabled whenever the theme layer `<layer_name>` is visible on the map.
460460

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:
462462

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.
465467

466468
Finally, create permissions for the newly created resources and regenerate the service configuration.

0 commit comments

Comments
 (0)