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

[ogcapi-records] keywords facet should split keywords to list #1065

Open
pvgenuchten opened this issue Jan 9, 2025 · 0 comments · May be fixed by #1067
Open

[ogcapi-records] keywords facet should split keywords to list #1065

pvgenuchten opened this issue Jan 9, 2025 · 0 comments · May be fixed by #1067

Comments

@pvgenuchten
Copy link
Contributor

pvgenuchten commented Jan 9, 2025

Description

at the moment the keywords facet does not manage the case if the column contains multiple keywords
the combination of keywords is returned with a count, expected is that the list is split to individual keywords and keywords are counted again on occurence.

now:

tree: 5
leaf: 6
tree,leaf: 2

expected

tree: 7
leaf: 8

Screenshot:
image

@pvgenuchten pvgenuchten changed the title [ogcapi-records] keywords facet [ogcapi-records] keywords facet should split keywords to list Jan 9, 2025
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 a pull request may close this issue.

1 participant