-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Index for new range field doesn’t show keys [BUG] #191
Comments
Putting my analysis here: I am able to get results in Monex if I change this module to use I can definitely submit a pull request for this. However, I found that while my fix does produce a table of keys, the same key occurs in multiple rows with a frequency of 1, suggesting there’s a bigger underlying issue in eXist. eXist issue 4074 may be related. |
@amclark42 Thanks for sharing your findings. Your idea to submit a PR with your fix would be great. I'd like to see us add some sample data to monex, along with a configuration file that demonstrates all of the indexes that monex is capable of displaying. This would help both people who are trying to debug their own datasets and people debugging/supporting monex and eXist itself. Your small test here would be a good starting point! Other good candidates would be the test suites for the various types of indexes in eXist, e.g.:
I'd be happy to review the PR, help, etc. Thanks! |
Describe the bug
I created a range index field for a collection, but Monex doesn’t show any keys for that index. However, a query using the
range
functions confirms that the index has been populated.Expected behavior
I expected to see the keys indexed for the given field.
To Reproduce
The test suite above should completely pass, and return something like:
The tear-down function is commented out, because now you can check what Monex has:
/db/sudoJson
.string-id
indexed item.There will be 0 results when there should be 1.
Context
The text was updated successfully, but these errors were encountered: