unisonweb / unisonweb/share-api
Allow search on `Doc` content
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 31
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, search only applies to Term. What would be really useful would be to allow search on Doc content for all Terms.
Example
I want to know what type can be used for unsigned integers.
If I type unsigned in the search bar, I get nothing. While search for the Doc content, you will find Nat type specifically for that.
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 locating the Term-only search implementation and the path that exposes Doc content for Terms. Verify the current behavior with the issue's unsigned example; done when searching unsigned returns the Nat type through its Doc content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- backend, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100