dice-group/autoindex

Searching in UI with "All" option doesn't return anything

Closed this issue · 4 comments

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.

@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.
screen shot 2018-06-29 at 22 52 35

@prasanthhs - Indexes are created, I have tested with chrome-head plugin and search is also possible with head-plugin.

@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.

Fixed in #40