-
Notifications
You must be signed in to change notification settings - Fork 870
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
Add method to detect symbols like +, /, etc. in the queries #485
Comments
I can take this up and submit a PR, if the developers feel that this issue has some merit. @gleitz |
This is interesting. It looks like the search engine gives different results.
How are you thinking of solving the issue? |
Hi @gleitz , Thank you for your response! From the results, it seems that I would be happy to know your take on this. |
This would be the first time we're rewriting queries. I don't know if the impact will be worth the risk of "tampering" with the request. |
Oh, I see! Any other suggestions by which we can detect symbols in the queries? |
Try playing around with the Google query and see if you can use quotes or something like that to handle it? |
Sure, I will give it a try and share the findings here. |
Description
Add some method to detect symbols in the query. Let us say, we want to know how to use
+
sign to concatenate two strings. To know this, one can pass queries, likehowdoi use + concat strings
howdoi use plus concat strings
At present, the outputs for these two are as shown below:
Additional Comments (if any)
Similarly, the results vary significantly for queries like
howdoi a divide b
,howdoi a / b
, etc.Have you read the Contributing Guidelines on Pull Requests on mkdocs?
Yes
The text was updated successfully, but these errors were encountered: