-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Describe the bug
Whenever the "Generate" or "Regenerate" Buttons are pressed
a request to /exist/apps/fundocs/modules/reindex.xql
is made
in case the generation succeeded the server responds with
{ "status" : "ok", "message" : "Scan completed! " }
But on exist v7.0.0-SNAPSHOT 833835216ade48f90a777ce471082c2843c4e802 no functions are returned by the search even after reindex.sql succeeds.
This became apparent by tests failing only on exist latest but succeeding on 6.2.0 in #70
Expected behavior
When indexing of functions was successful, the search also works.
To Reproduce
- run exist v7.0.0-SNAPSHOT 833835216ade48f90a777ce471082c2843c4e802
- Go to http://127.0.0.1:8080/exist/apps/fundocs/index.html
- Click on the Generate button
- Search for 'xmldb:'
- no results are returned
Screenshots
Context (please always complete the following information):
- OS: Mac OS X 15.3.2
- eXist-db Version: develop HEAD
- Java Version: java 23
- App Version: 1.2.1 and later
Additional context
- How is eXist-db installed? built from source
- Any custom changes in e.g.
conf.xml
? none
Metadata
Metadata
Assignees
Labels
No labels