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

"Error during indexing access" for wms online resource #398

Open
wangf1122 opened this issue Aug 30, 2024 · 0 comments
Open

"Error during indexing access" for wms online resource #398

wangf1122 opened this issue Aug 30, 2024 · 0 comments

Comments

@wangf1122
Copy link
Contributor

wangf1122 commented Aug 30, 2024

When wms resource is added to the metadata by using default NHAP template.

image

There is a little error pops up "feature not index". This is caused by.

https://github.com/geonetwork/core-geonetwork/blob/36951d179d5b63b2e9134cf84987dc402acda86b/web-ui/src/main/resources/catalog/components/index/IndexRequest.js#L168

when querying /index/features?_=_search with zero hits back from the response

image

Then the JS cannot read the properties

var indexInfo = response.data.hits.hits[0]._source;

I am wondering if HNAP metadata is lack of some information to pass to feature indexing?

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

No branches or pull requests

1 participant