Searching in UI with "All" option doesn't return anything
Closed this issue · 4 comments
sajjadpz commented
Searching with label and All
option selected returns nothing and throws exception
org.elasticsearch.index.IndexNotFoundException: no such index
It should search within all classifications e.g class
, property
, entity
when All
option is selected.
prasanthhs commented
@sajjadpz I tried in my environment and it returns data. Can you confirm if the indexes were created? It may be possible that the indices don't exist and hence the problem.
sajjadpz commented
@prasanthhs - Indexes are created, I have tested with chrome-head plugin and search is also possible with head-plugin
.
prasanthhs commented
@sajjadpz I have fixed this from code. Let me put it up. Basically when searching with "All", if index doesn't exist, we will create an empty index.
prasanthhs commented
Fixed in #40