VEuPathDB / VEuPathDB/SiteSearchData
ClinEpi Site Search: Don't search for common words in search terms
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Searching for something like “persons living in house count” gives an unexpectedly large number of results. This is because results for word "in" are included. Common words (prepositions, conjunctions) like "and", "the", "in", "of" should be excluded from the search.
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
Start by tracing the WDK model and report-generation path described in the repository, then inspect how generated JSON is prepared for Solr indexing. Confirm where search terms are handled and test a query such as “persons living in house count.” Done means common words such as “and,” “the,” “in,” and “of” no longer contribute matching results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100