-
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
Show full path of files in the result #429
Comments
Hi, where would the full path be displayed? You can click on the file name to have sist2 serve the file from disk. And you can do partial queries by enabling the "fuzzy" checkbox (elasticsearch only) |
Clicking the link downloads the files, it doesn't open it directly from it's path (that would be wonderful!!!
Oh, I've missed it, thanks! |
As far as I know, modern browsers will not let you link to local files. And there is no guarantee that the full path is the same for sist2 as for the user (the file could be on a remote computer, network drive etc. Especially with docker) You can try to set the redirect URL to
|
Yes, you're right. |
And where would this full path be displayed? |
Maybe just underneath every single result |
Implemented in b8c905b (v3.3.5) You can enable it in Configuration -> featured fields template -> type |
WOW, are you serious??? Wonderful! You know what? I've stopped the container, pulled the latest image and now...I can't reach the front-end.
In the 8080 ui is swots it as online. |
can you check logs/frontend-default.log |
When I start the frontend I get this error: |
Try to re-index, for some reason the last_index value is out of sync with the folder (maybe it got deleted?) |
Autch, I'll try, last time it took several hours. |
It seems that it can't create the index:
Should I delete the old one and try again? |
It's probably because you're upgrading from 3.1.4. There has been a lot of breaking changes, both in sist2-admin and sist2. You will have to delete the sist2-admin folder and start from scratch because unfortunately there are no migration scripts for this version |
Ok ok, I'lldo that! |
Problem solved after reindexing. |
sist2 version: 3.1.4
Platform (Linux or Docker, x86-64 or arm64): Docker
Elasticsearch version: 7.17.9
Hi,
is it possible to show the full path of the file or, even better, open the containing folder directly in Windows Explorer?
Also: is it possible to search for part of the words? I've noticed that if I search for a portion of the word (even if it's long and unique), it doesn't return any result.
THANKS!!!
The text was updated successfully, but these errors were encountered: