Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSearch option is case sensitive(?) #2328
Comments
pieterlukasse
referenced this issue
Jul 21, 2016
Closed
Show docs on rtfd.org by using Sphinx to generate HTML #1464
This comment has been minimized.
This comment has been minimized.
smrgit
commented
Sep 1, 2016
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? |
This comment has been minimized.
This comment has been minimized.
I have not found one. I hope the developers here can give this some priority... |
This comment has been minimized.
This comment has been minimized.
smrgit
commented
Sep 6, 2016
@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 ... |
This comment has been minimized.
This comment has been minimized.
@smrgit no, searching for |
humitos
added
Improvement
Needed: design decision
labels
Mar 9, 2017
wolfpackmars2
referenced this issue
Apr 26, 2017
Closed
online docs: search results incomplete #1485
humitos
added this to the Search milestone
Mar 23, 2018
agjohnson
modified the milestones:
Search,
Search improvements
Mar 29, 2018
safwanrahman
added this to Backlog
in Search update
via automation
May 21, 2018
ericholscher
moved this from Backlog
to Up next
in Search update
Jun 15, 2018
This comment has been minimized.
This comment has been minimized.
@ericholscher If anyone wants to have a case sensitive search, what they will need to do then? |
This comment has been minimized.
This comment has been minimized.
I don't know if we need to support case sensitive, but perhaps we could support it with quotes. ""importedFile" for example. |
safwanrahman
referenced this issue
Jun 19, 2018
Open
Integrate ICU Analysis plugin into upgraded search #4266
This comment has been minimized.
This comment has been minimized.
@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. |
ericholscher
moved this from Up next
to In progress
in Search update
Jun 19, 2018
ericholscher
added
the
Accepted
label
Jun 19, 2018
This comment has been minimized.
This comment has been minimized.
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 |
safwanrahman
referenced this issue
Jun 20, 2018
Merged
[Fix #2328 #2013] Refresh search index and test for case insensitive search #4277
added a commit
that referenced
this issue
Jun 21, 2018
This comment has been minimized.
This comment has been minimized.
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. |
ericholscher
closed this
Jun 21, 2018
Search update
automation
moved this from In progress
to Done
Jun 21, 2018
This comment has been minimized.
This comment has been minimized.
I am reopening this issue because I believe there should be case sensitive search also. |
pieterlukasse commentedJul 21, 2016
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).