You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: