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

Improve tags suggestions #877

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Oct 10, 2024

  1. Improve tags suggestions

    Now tags support two methods of matching:
     * static - which loads all tags when requested and keeps them in cache until next reload
     * dynamic - which loads tags from backend
    
    Other than that it also supports two methods of matching tags:
     * stars_with
     * contains
    Andrzej Budzanowski committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    251cd32 View commit details
    Browse the repository at this point in the history