Searching Order Tag Field
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Currently, searching of the Order Tag field is optimized so that the search breaks down the text into "words" where the words are broken apart by non alpha numeric characters (Dashes, spaces, underscores, etc.).
Change how the search indexing for this field is done so that those special characters do not break the search into separate words. This will result in less miss-matches being found.
Jason Sylvestre on July 30, 2015 10:10 AM (0 comments) Public permalink
Votes: 1
Author: jsylvest
Voters: jsylvest
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating the Order Tag search-indexing implementation and its existing search tests, then verify that dashes, spaces, underscores, and other non-alphanumeric characters remain part of the indexed search term and that mismatched results are reduced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100