Skip to content
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

Wildcards elasticsearch results #72

Open
EugenioCorso opened this issue Apr 15, 2020 · 4 comments
Open

Wildcards elasticsearch results #72

EugenioCorso opened this issue Apr 15, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@EugenioCorso
Copy link
Contributor

Need to modify the results found with the search in order to include also sub strings
Example:
Search: el --> Result found: Hello

@EugenioCorso EugenioCorso added the enhancement New feature or request label Apr 15, 2020
@libremente
Copy link
Member

The description is not very self explanatory. This may really depend on many different aspects like, for example, the token length, the query (using wildcards?) etc. Let's try to dissect the problem a bit more and then try to find a solution, thanks

@libremente libremente added this to To do in Sprint #1 Apr 21, 2020
@EugenioCorso EugenioCorso moved this from To do to In progress in Sprint #1 Apr 27, 2020
@EugenioCorso
Copy link
Contributor Author

The choice made was to split every string associated to a record in tokens, e.g. the tokens associated to the string "Hello world" are "Hello" and "world". This tokens are used (in a case insensitive way) to search the results given to the user. The substrings are non matched, e.g. "ell" will not match "Hello". This seem to be a good approach so far

@libremente
Copy link
Member

Are we sure that we don't want substrings to be matched? I believe that is a nice to have feature.

@libremente libremente removed this from In progress in Sprint #1 Aug 5, 2020
@libremente
Copy link
Member

As decided, we don't want wildcards search for now but we will see in a next iteration how to proceed.

@libremente libremente changed the title Elasticsearch results Wildcards elasticsearch results Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants