boyter / searchcode-server

The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://github.com/boyter/searchcode-server/releases

Home Page:https://searchcodeserver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

language matching uses only first word

quasarea opened this issue · comments

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.

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.

Resolved in 797307a