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

Datastore limitations #56

Open
AlexandreOndet opened this issue Oct 2, 2023 · 0 comments
Open

Datastore limitations #56

AlexandreOndet opened this issue Oct 2, 2023 · 0 comments
Labels

Comments

@AlexandreOndet
Copy link
Contributor

Currently the limitations we have related to the google datastore system are two things:

  • Pagination: The cursor can only go forward, so if we click one page back we to go to page one. More info. This limitation is okay for now as we only use that in the admin section, but if we want to use it for rankings directly, I maybe have an idea to fix it artificially by building an history of cursors.
  • Filtering: Originally filtering only supported exact match of full words. I improved it to include partial match but it only works
    with the start of the string. Adding more tricks could maybe improve that but I'm not sure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant