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

Workaround: Separate saved searches with tags name #703

Merged

Commits on Sep 5, 2021

  1. Workaround: Separate saved searches with tags name

    Since unfortunately saved searches and tags share the same namespace, it
    makes it difficult to create a saved search with the exact name as an
    existing tag.
    
    As a current workaround until we separate them, we just prefix the saved
    searches with SEARCH_TAG_PREFIX, which an user is unlikely to use.
    From what I can see, it still displays properly in the UI after some
    fixes, aside from existing bugs.
    
    In the XML file this prefix isn't added, because it would be redudant
    and make it easier to deal with in future versions.
    Neui committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    f31daf2 View commit details
    Browse the repository at this point in the history