Adds minimal sort/search to the recipe browser for cognitive access diversity — linear scanners, alphabet browsers, and keyword diggers each get a different way in without duplicating the full search tab. - browse_recipes: q (LIKE title filter) + sort (default/alpha/alpha_desc) - API endpoint: q/sort query params with validation - Frontend: debounced search input (350ms) + sort pills (Default/A→Z/Z→A) - Search and sort reset on domain/category change - _all path supports q+sort; keyword-FTS path adds AND filter on top |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| base.py | ||
| models.py | ||
| session.py | ||
| store.py | ||