Improve catalogue search semantics and result transparency #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal:
Make catalogue search more predictable and explainable. Current broad search can return useful results, but it is not clear to the user why an entry matched. For example, a query might match a prototype number, article number, product name or arbitrary text in a description.
Design notes:
Possible searchable fields:
Possible UI improvement:
Show a small match reason on result cards when a search is active, for example:
Implementation idea:
Instead of one broad Q(...) | Q(...) | ... search expression, model search as named clauses. Each clause has a public label and a query condition. The result list can then use the matching clause labels to render a short explanation.