Skip to content

Commit

Permalink
#3598 - Remote lookup feature
Browse files Browse the repository at this point in the history
- Add note about activating the feature to the documentation
  • Loading branch information
reckart committed Dec 12, 2022
1 parent 83ac07b commit e3883d6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
[[sect_layers_feature_lookup]]
= Remote Lookup Feature

====
CAUTION: Experimental feature. To use this functionality, you need to enable it first by adding `annotation.feature-support.lookup.enabled=true` to the `settings.properties` file.
====

A remote lookup feature is basically a string feature, but it can query an external service for
possible values. The feature editor is a auto-complete field. When the user starts entering a
value into that field, it is sent to a configurable remote URL as a query. The expectation is that
Expand Down

0 comments on commit e3883d6

Please sign in to comment.