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

Allow filtering by multiple users #595

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Allow filtering by multiple users #595

wants to merge 2 commits into from

Commits on Oct 31, 2019

  1. Introduce baked queries

    SQA's baked queries prepares the queries in advance, caching yada yada.
    Makes thing a bit faster.
    Also bigger speedup included is a shoddy cache for the total torrent
    count (only applied to baked queries currently). Caching the value for a
    few dozen seconds shaves off some wasted time, as it's mostly just used
    for pagination.
    TheAMM committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    5bfd7d8 View commit details
    Browse the repository at this point in the history
  2. search: Allow specifying multiple usernames...

    ...by repeating &u=user in the GET parameters.
    No UX for this yet.
    Reworks the RSS URL generator to fit with duplicated keys.
    TheAMM committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c655463 View commit details
    Browse the repository at this point in the history