Add search operators #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "finnius/CDRM-Project:search-operators"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes the
search_by_pssh_or_kid()
function in cache_to_db_sqlite.py and cache_to_db_mariadb.py to allow you to search specifically for kid or pssh to hopefully improve performance when the search_filter starts with any of the two prefixes.Example kid query:
kid:3a4c1f5278b44e419b6dd2b7f8e8c573
Example pssh query:
pssh:AAAANHBzc2gAAAAAmu+LqXnWSs6jyCfc1R0h7QAAAAASNA0HVPtE5Bm23St/joxXM=
Checkout
From your project repository, check out a new branch and test the changes.