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

Firebase pagination #89

Merged
merged 11 commits into from
Jul 22, 2024
Merged

Firebase pagination #89

merged 11 commits into from
Jul 22, 2024

Conversation

anna-murphy
Copy link
Contributor

@anna-murphy anna-murphy commented Jul 12, 2024

A PR to add server-side pagination, ordering, and filtering to the CCV Pubs table.

Filtering is handled by creating a list of filter tokens on the paper title and list of authors, and disjunctively querying that against user specified filters. The tokens are created on whole words, such that the the substring "van der walls" renders as three title tokens ("van", "der", and "walls") that are queried against.

Copy link

github-actions bot commented Jul 12, 2024

Visit the preview URL for this PR (updated for commit 9aeb023):

https://ccv-pubs--pr89-firebase-pagination-c1f9yx4t.web.app

(expires Tue, 23 Jul 2024 19:59:16 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f75c16b3bdd7d81b7a0b7f8d3eed826b541e7a2a

@eldu eldu self-requested a review July 18, 2024 14:47
@anna-murphy anna-murphy merged commit 74def50 into main Jul 22, 2024
2 checks passed
@anna-murphy anna-murphy deleted the firebase-pagination branch July 22, 2024 20:34
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

Successfully merging this pull request may close these issues.

2 participants