R2 — Skip faceted search when the inventory is small (~under 200 items), stable, and shallow; a static list is fine
Rule
Rule: Recommend a static list / simple category page (NOT a faceted catalogue) when:
- Inventory is small (commonly cited as under ~200 items / a few dozen pages).
- Inventory is stable (rarely changes).
- Inventory is shallow (few attributes anyone would meaningfully filter by).
Why: Three independent search-software vendors converge on this threshold against their own commercial interest: HawkSearch (vendor — concedes against interest) — for catalogs of "just a few dozen products," basic search and navigation are adequate, Prefixbox (vendor — faceted-search software, concedes against interest) — skip faceted search if catalog <200 products; implementation cost outweighs UX value, Luigi's Box (vendor) — independently corroborates the skip cutoff: "smaller catalogs with only a few hundred products may not require this level of complexity". NN/g warns that vocabulary/metadata maintenance "consume significant financial and human resources" (Nielsen Norman Group — faceted navigation adds interaction cost and vocabulary/metadata maintenance "consumes significant financial and human resources") and that faceted UI itself adds interaction cost.
How to apply:
- The 200-item number is a rule of thumb, not a validated cutoff — use as a prompt to consider skipping, not a hard rule.
- The skip recommendation is most defensible when ALL THREE conditions (small + stable + shallow) are true.
- Pair with R1 — Build a searchable, structured catalogue when records are numerous, change often, or carry several independent queryable attributes for the do-build side.
Related entries
Depends on
- reference Nielsen Norman Group — faceted navigation adds interaction cost and vocabulary/metadata maintenance "consumes significant financial and human resources"
- reference HawkSearch (vendor — concedes against interest) — for catalogs of "just a few dozen products," basic search and navigation are adequate
- reference Prefixbox (vendor — faceted-search software, concedes against interest) — skip faceted search if catalog <200 products; implementation cost outweighs UX value
- reference Luigi's Box (vendor) — independently corroborates the skip cutoff: "smaller catalogs with only a few hundred products may not require this level of complexity"
Referenced by (6)
- reference Research brief: the searchable, structured catalogue as a working tool — when records-not-prose pays off (June 2026) relates-to
- rule R1 — Build a searchable, structured catalogue when records are numerous, change often, or carry several independent queryable attributes relates-to
- reference HawkSearch (vendor — concedes against interest) — for catalogs of "just a few dozen products," basic search and navigation are adequate relates-to
- reference Prefixbox (vendor — faceted-search software, concedes against interest) — skip faceted search if catalog <200 products; implementation cost outweighs UX value relates-to
- reference Luigi's Box (vendor) — independently corroborates the skip cutoff: "smaller catalogs with only a few hundred products may not require this level of complexity" relates-to
- reference Nielsen Norman Group — faceted navigation adds interaction cost and vocabulary/metadata maintenance "consumes significant financial and human resources" relates-to