TagStudio icon indicating copy to clipboard operation
TagStudio copied to clipboard

Feat: Add TRUE and FALSE as search terms

Open Serralq opened this issue 3 months ago • 1 comments

Summary

This was to meet this feature request: https://github.com/TagStudioDev/TagStudio/issues/1142 To allow for TRUE and FALSE as keywords in the search bar.

Tasks Completed

  • Platforms Tested:
    • [ ] Windows x86
    • [ ] Windows ARM
    • [ ] macOS x86
    • [ ] macOS ARM
    • [X] Linux x86
    • [ ] Linux ARM
  • Tested For:
    • [X] Basic functionality
    • [ ] PyInstaller executable

Serralq avatar Oct 03 '25 20:10 Serralq

__is_next_false() appears to incorrectly be an exact duplicate of __is_next_true(), checking if the next token is "TRUE"

TrigamDev avatar Nov 24 '25 05:11 TrigamDev