Skip to content

Search API extension (UI) - #120

Open
psilabs-dev wants to merge 7 commits into
dev-search/mainfrom
dev-search/ui
Open

psilabs-dev wants to merge 7 commits into
dev-search/mainfrom
dev-search/ui

Conversation

@psilabs-dev

@psilabs-dev psilabs-dev commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Backend PR: Difegue#1486

Add support to AND-toggle categories for LRR GUI search filter.

A proof-of-concept UI: ability to select multiple categories in AND composition, combined with OR composition of multiple search filters (which by themselves are AND clauses). On re-draw, the UI joins the categories into each OR part.

Screenshot 2026-03-22 at 7 56 44 PM

Still eye-balling Difegue#1438, as discussions there affect the API design. The current direction is probably still safe in terms of tank-related extensibility.

@psilabs-dev psilabs-dev self-assigned this Aug 16, 2026
@psilabs-dev
psilabs-dev changed the base branch from dev to dev-search/main August 16, 2026 00:56
psilabs-dev added a commit that referenced this pull request Aug 16, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Aug 17, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Aug 23, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Aug 23, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Aug 23, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Aug 23, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 7, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 7, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 7, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 7, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 7, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 7, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 8, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 8, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 8, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 8, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 8, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 8, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 12, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 12, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
psilabs-dev added a commit that referenced this pull request Sep 12, 2026
# Conflicts:
#	public/js/mod/index.js
psilabs-dev added a commit that referenced this pull request Sep 12, 2026
Difegue#1670's context menu predates #120's multi-category API, so the delete
handler still tested the deprecated singular selectedCategory. Under the
multi-select model that is always "", and deleting the active category
would no longer clear the filter.

Integration glue between Difegue#1670 and #120: it lives in neither branch, so a
staging rebuild cannot reproduce it by merging. Kept as an explicit commit
so future rebuilds can cherry-pick it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant