-
Notifications
You must be signed in to change notification settings - Fork 4
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
Search: not the same results showed #111
Comments
Hi @bunekcca, The Elasticsearch query is made using a simple string query to allow special searches while preventing user errors. As noted in the syntax section of that page, the The only term that brings different results in that folder and search pages is |
hi @jraddaoui thanks for your answer. The simple_query_string supports the following special characters:
|
@bunekcca -- I do think it's a good idea to add it to the FAQ page. That said, I think the original concern in raising this issue is that if you look at http://167.99.186.133/folder/35/?page=2 none of the icosahedron results there appear in any of the searches. After tinkering with the simple string query options, searching "icosahedron~2" finally brings up those results. I did a quick poll of some of my colleagues (all experienced catalog researchers) to see if they were able to come up with that answer quickly or were familiar with edit distances -- they were not. My question for you @jraddaoui is whether defaulting a certain edit distance in every search is both possible and desirable? I think defaulting a certain amount of fuzziness would improve search results without making a big ask of the researchers -- but of course, I have no idea how this implements on your end. Let me know what you think -- thanks! |
I'd not suggest to add default fuzziness to the queries for the following reasons:
Of course, we can give it a try in the second phase, so feel free to leave this issue open. A few more links from the Elasticsearch documentation if you want to dig in: https://www.elastic.co/guide/en/elasticsearch/guide/master/fuzzy-query.html |
Sounds good! I would like to continue looking into this, but I agree that we should leave it until Phase 2. Thanks! |
For the file name "icosahedron"
Searching for file path names: “icosahedron”
In the folder: http://167.99.186.133/folder/35/?page=2
“icosahedron”: http://167.99.186.133/search/?query=icosahedron
“icosahedron”: http://167.99.186.133/search/?query=*icosahedron
“icosahedron”: http://167.99.186.133/search/?query=icosahedron*
“icosahedron”: http://167.99.186.133/search/?query=*icosahedron*
I don't have the same results.
The text was updated successfully, but these errors were encountered: