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

language matching uses only first word #86

Closed
quasarea opened this issue Mar 20, 2017 · 2 comments
Closed

language matching uses only first word #86

quasarea opened this issue Mar 20, 2017 · 2 comments
Labels

Comments

@quasarea
Copy link

if I have two languages like Fortran 77 and Fortran 90, I cannot filter on Fortran 90 becasue query like this

http://localhost:8080/?q=a&lan=Fortran%2090

checks proper Fortran 90 in filter section, but yields results for Fortran 77 results only.

@boyter
Copy link
Owner

boyter commented Mar 20, 2017

Seems to be an issue with the filters expecting a whole value and not with a space. Might need to look at storing the representation with a - or _ for this. Sadly will require a reindex.

@boyter boyter added the bug label Mar 20, 2017
boyter added a commit that referenced this issue Mar 21, 2017
@boyter
Copy link
Owner

boyter commented Mar 21, 2017

Resolved in 797307a

@boyter boyter closed this as completed Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants