-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Tags:
-
Logged In as Administrator:Yes
-
Dev Mode Activated:Yes
-
CORS Configured:Yes
Build: nuxeo-server-9.10-I20171211_2311-tomcat
Docker and redis started and running
Can be reproduced on JSF UI and Web UI on all browsers.
Steps to reproduce:
- Create two folders at the same level, each containing a file: "bananas" containing "patatos" and "strawberries" containing "forever"
- Drop the ES index of the bananas folder (replacing <ID> with the uuid of the bananas folder):
curl -XDELETE localhost:9200/nuxeo/doc/<ID> - Go to the search tab
=> no error is displayed
- depends on
-
NXP-23995 Fix ES reindex using NXQL
- Resolved