Blog Sections Open
Building Search Across Multiple TV Fields
A practical starting point for creating a search form that matches values stored in several TVs instead of only the main resource fields.
Searching across multiple TVs is a common requirement in product catalogs and structured content directories. The hard part is not the form itself but choosing a search layer that can inspect TV values consistently and still return relevant resources in a usable order.
For many projects the safest route is to define the searchable TV set explicitly, keep the query parsing simple at first, and test performance before expanding the number of fields. TV search becomes expensive quickly if every field is treated as full-text content.
Creating a Dedicated Logout Button with WebLogin
How to make logout a clear standalone action instead of hiding it behind a mixed login form flow.
Checking Whether Specific multiTV Fields Are Empty
How to test one field inside a multiTV row before rendering related markup in a Ditto-based listing.