# Pre-Filtered Search

Starts with `data.sort: "price"` so the sort dropdown opens on that option, then calls `search("Ore")` immediately after construction to drive the search box and narrow the grid through the same path a player typing would trigger. This demonstrates programmatic filtering - the board lands already showing only the ore listings while the non-matching Healing Salve row is filtered out.
