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
- when searching documents sync the tokens to the router's history.
- load tokens from router history when documents mount, so navigating back to the documents view will persist the prior search
As of 736611b, everything but the after: token is implemented. After reviewing, I realized the before: token handles most of the usual after cases since documents are always descending ordered (newest first). Cursor based pagination can use before: perhaps using ids instead of date.
in:
facet to search by journal (add search interface and support for searching by journal #58 )in:
tags (i.e. if Journal does not exist)title:
facet to search by titlebefore:
(date)after:
(date)(Deferring before and after id to #34 )
Allow date - Github supports this via:
The text was updated successfully, but these errors were encountered: