quarto-dev / quarto-dev/quarto-cli
Search queries as links for filtered listings
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/6696
Originally posted by bambirombi September 4, 2023
Description
Take as an example this blog: https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day/
When I put, a term in the filter-ui it gives me the results that match the term. For example, when I put access it gives 5 posts as a result.
What I want is to have that in form of a link (a search query), so you can see exactly those same results when clicking the link. Something as this https://mine-cetinkaya-rundel.github.io/quarto-tip-a-day/search?q=access but that actually work
Contributor guide
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 reading Discussion #6696 and reproducing the filter behavior on the linked Quarto Tip a Day site. Determine how the existing filter UI represents a query and how a URL such as /search?q=access could preserve it; done means opening that link shows the same filtered results.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100