boyter / searchcode

Official support channel for searchcode.com support issues and the like.
18 stars 3 forks source link

Search using Chinese / Unicode characters #38

Open boyter opened 8 years ago

boyter commented 8 years ago

Seems searching for Chinese characters does not work, see

https://searchcode.com/api/codesearch_I/?q=%E4%BD%A0%E5%A5%BD

which should find the following file

https://searchcode.com/file/102247919/%E4%BD%A0%E5%A5%BD.hs

which is indexed, see the following search

https://searchcode.com/?q=Demonstrating+Unicode+in+Haskell+main+putStrLn

blade254353074 commented 8 years ago

I can't find github repo links on https://searchcode.com...
(or I just missed)

So, I sent a tweet to you directly. 😂

boyter commented 8 years ago

So the branch https://github.com/boyter/searchcode-server/tree/searchcode over on searchcode server is where I am starting to resolve this. I will be moving over to a real-time sphinx index in the process to speed up the index times and move searchcode over to a unified codebase and make it more open source.