You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial implementation of search as specified in #438 (and #442) left out some advanced implementation details. These are:
Autocomplete for search results. Don't wait for the user to submit. Refresh results as they type.
Also autocomplete the search query itself, using popular search terms.
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.
DSL for adding filters to search query that invoke fields other than Model.search_vector. Expected fields:
User who created some content: user:username or from:username
User who was tagged in content (pending support for tagging): to:username
Date range: since:yyyy-mm-dd and until:
The text was updated successfully, but these errors were encountered:
The initial implementation of search as specified in #438 (and #442) left out some advanced implementation details. These are:
Model.search_vector
. Expected fields:user:username
orfrom:username
to:username
since:yyyy-mm-dd
anduntil:
The text was updated successfully, but these errors were encountered: