Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidated search results and DSL for queries #1066

Open
4 tasks
jace opened this issue Mar 29, 2021 · 0 comments
Open
4 tasks

Consolidated search results and DSL for queries #1066

jace opened this issue Mar 29, 2021 · 0 comments

Comments

@jace
Copy link
Member

jace commented Mar 29, 2021

The initial implementation of search as specified in #438 (and #442) left out some advanced implementation details. These are:

  1. Autocomplete for search results. Don't wait for the user to submit. Refresh results as they type.
  2. Also autocomplete the search query itself, using popular search terms.
  3. Consolidated results from across document types, with pills to let the user pick one/many (none selected implies all selected). Replaces the current tabbed layout.
  4. DSL for adding filters to search query that invoke fields other than Model.search_vector. Expected fields:
    1. User who created some content: user:username or from:username
    2. User who was tagged in content (pending support for tagging): to:username
    3. Date range: since:yyyy-mm-dd and until:
@jace jace mentioned this issue Apr 8, 2021
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant