Closed Bug 938631 Opened 11 years ago Closed 11 years ago

Search should be case-insensitive

Categories

(developer.mozilla.org Graveyard :: Search, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sheppy, Assigned: jezdez)

References

Details

Our searches appear to be case-sensitive, but should be case-insensitive. See this example:

https://developer.mozilla.org/en-US/search?q=directoryIterator

Compared to:

https://developer.mozilla.org/en-US/search?q=DirectoryIterator
Status: NEW → ASSIGNED
Fixed in https://github.com/mozilla/kuma/pull/1663
Flags: needinfo?(lcrouch)
Assignee: nobody → jezdez
Blocks: 930047
No longer blocks: 910513
Commits pushed to master at https://github.com/mozilla/kuma

https://github.com/mozilla/kuma/commit/40644c6c2111e6acadba2bfa4848196104f76309
fix bug 938631 - reordered some token filters in our custom analyzers to make sure we take lower case earrlier into account in the analyzing chain

https://github.com/mozilla/kuma/commit/99ffabbe0594ab4eae54e6ef4d3a963c949c6616
Merge pull request #1663 from jezdez/case-sensitivity-938631

fix bug 938631 - reordered some token filters in our custom analyzers to make sure we take lower case earrlier into account in the analyzing chain
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Flags: needinfo?(lcrouch)
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.