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

data set search: "fi" -> 5; "fib" -> 7 #2142

Closed
mccalluc opened this issue Sep 13, 2017 · 1 comment
Closed

data set search: "fi" -> 5; "fib" -> 7 #2142

mccalluc opened this issue Sep 13, 2017 · 1 comment

Comments

@mccalluc
Copy link
Member

  • Specific code commit: 2a3c825
  • Version of the web browser and OS: ff macos
  • Environment where the error occurred: test production

Steps to reproduce

Please list all the actions and the input data used:

  1. In the dashboard search, try "fi" -> 5 results
  2. Try "fib" -> 7 results

This is weird: More precise searches should have fewer matches, not more.

Observed behavior

  • With the "fi" search, all of the matches are in the title... With "fib" we also get highlighted matches in the summary. My guess is that we're indexing these fields differently... maybe the ngram tokenizer for description Only goes as low as 3 characters?

Expected behavior

  • Search results should get smaller as you make the search more constrained.
@mccalluc
Copy link
Member Author

mccalluc commented Sep 13, 2017

Talked with @scottx611x: Not-a-bug. There's a lot more text in the summary, so it's by design that the indexing is less generous there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant