Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding general "search" option #34

Open
itay opened this issue Mar 9, 2016 · 4 comments
Open

Adding general "search" option #34

itay opened this issue Mar 9, 2016 · 4 comments

Comments

@itay
Copy link

itay commented Mar 9, 2016

I was wondering if it is possible (and if you had any plans) to add a general "search" option that can just search for things in the codebase. Examples might be searching in comments, or searching for things like someVariable->someFunction(), etc. It would be nice to use something like what Hound uses (the trigram index): https://github.com/etsy/hound

@ogoffart
Copy link
Contributor

I am so far using google (press enter in the search input and you'll be redirected to google)
I implemented a custom search by building a word index. But that index was too big for my taste.

@itay
Copy link
Author

itay commented Mar 12, 2016

That unfortunately wouldn't work for us - we are going to be running this internally and obviously Google can't see it.

@guruz
Copy link
Contributor

guruz commented Mar 21, 2016

Thanks for your input. As a commercial license holder you will be able to get a preview of a (server-side) search daemon we have implemented (probably in the next weeks/months).

Please contact us via e-mail :)

@PiotrZSL
Copy link

I'm also interested in that.

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

No branches or pull requests

4 participants