-
Notifications
You must be signed in to change notification settings - Fork 59
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
Web: Filter Path error #54
Comments
Hi, EDIT: Looking closer at the error I'm not 100% sure that outdated mappings are causing this...can you let me know what version of elasticsearch you are using? |
Yes, I used To index, I ran: Then for Web, I ran: Elasticsearch is as follows:
|
Okay, and just to be sure, does the path selection button (the button directly attached to the "Filter path" bar) work (i.e. lets you filter by directory) ? |
It correctly displays the directories. However, when I select a directory, it returns with that error. Also, the directories shown are not ordered. Should they be ordered? |
Gotcha
The directories should be in alphabetical order, maybe because lowercase letters are ordered first? (for example I'll investigate both issues later today |
My folders all start with numbers like "1234.123 docket title" 1234 Client etc. |
It looks like I've been unknowingly using an invalid syntax and in ES 7.7.0 they made it so that it creates an error instead of ignoring it. In version 2.3.3 (no need to re-index) everything should work normally. Please let me know if that's the case. Thanks |
The path filtering process has changed a little bit so the autocomplete feature was removed in favor of the path selector. I can re-implement autocomplete if that's something you were using regularly |
I would appreciate it if the autocomplete were re-implemented. We do use it regularly. We have a few thousand clients. Without the autocomplete there, we would have to scroll a bit to try and find the right client when we search just a specific client's files. |
I re-enabled path autocomplete in v2.4.0 (unfortunately you will need to re-index with --force-reset, if you don't want to re-scan you can cheat and change the version in |
Awesome! Thanks so much. |
sist2 version: 2.3.2
Platform (Linux or Docker): Docker on Windows
When I enter values in the "Filter Path", I get an "Elasticsearch Connection Error"
docker logs
shows:The text was updated successfully, but these errors were encountered: