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

Issues with searching for identifiers in C++ namespaces #43

Closed
sschuberth opened this issue Jul 3, 2018 · 1 comment
Closed

Issues with searching for identifiers in C++ namespaces #43

sschuberth opened this issue Jul 3, 2018 · 1 comment

Comments

@sschuberth
Copy link

On your internal searchcode instance we're having trouble searching for C++ identifiers that include a namespace, they are not found. To compare, I tried to search for "std::cout" on the public instance, which returns some results:

https://searchcode.com/?q=std%3A%3Acout

But interestingly, e.g. a search for "std::vector" returns a 500 error on the first try:

https://searchcode.com/?q=std%3A%3Avector

image

I seems to make a difference whether you directly click the above search URL for the first time, or whether you enter "std::vector" at https://searchcode.com/ and then click "search". The latter seems to work. Very odd...

@sschuberth
Copy link
Author

Closing in favor of boyter/searchcode-server#188.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant