-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Search option is case sensitive(?) #2328
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
Comments
I have also experienced this -- is there a way to make searches case-insensitive? or are there any options for how the search is performed? |
I have not found one. I hope the developers here can give this some priority... |
@pieterlukasse within the past couple of days things seem to have changed -- can you confirm that the search now seems to be case-insensitive? (or could it be a browser issue in some strange way?) another thing I'm noticing it is that partial-word searching doesn't work which was my attempted-work-around to avoid having to choose whether the first letter was upper- or lower-case ... |
@smrgit no, searching for |
@ericholscher If anyone wants to have a case sensitive search, what they will need to do then? |
I don't know if we need to support case sensitive, but perhaps we could support it with quotes. ""importedFile" for example. |
@safwanrahman would be good to add some tests to confirm this, and then we can call it done, and will catch any regressions if they happen. |
So:
We need to decide if we want to support the ability to search case sensitive, and how it would work. One idea would be to quote things "ImportedFile" -- but I worry, as it would also make "run the tests" not return results for |
This has been fixed in our new search code. It will be deployed in the next month or so, so closing this issue as it's been addressed. |
I am reopening this issue because I believe there should be case sensitive search also. |
[Fix readthedocs#2328 readthedocs#2013] Refresh search index and test for case insensitive search
Details
Expected Result
I would like the search to be case insensitive.
Actual Result
When using the search option, I noticed that it only finds results when the case is matching. This should not be the case. Example: searching for
cbioportalImporter.py
orcbioportalimporter.py
in the documentation URL above gives different results (in this case only the first one results in matches).The text was updated successfully, but these errors were encountered: