Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce WFS search #1764

Draft
wants to merge 1 commit into
base: next
Choose a base branch
from
Draft

Introduce WFS search #1764

wants to merge 1 commit into from

Conversation

dnlkoch
Copy link
Member

@dnlkoch dnlkoch commented Nov 15, 2024

This includes a generic WFS search option to the MultiSearch component while refactoring it to become no longer strongly linked to specific search engines.

To activate:

{
  "name": "search",
  "config": {
    "engines": [
      "nominatim",
      "wfs"
    ]
  }
}

The existing configuration for the layers in untouched and supports solr and wfs the same way:

{
  "searchable": true,
  "searchConfig": {
    "attributes": [
      "NAME",
      "scalerank"
    ],
    "displayTemplate": "Result: {NAME}"
  }
}

Copy link

null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant