Documentation Index
Fetch the complete documentation index at: https://docs.uselayers.com/llms.txt
Use this file to discover all available pages before exploring further.
Steps
- Go to Sort Orders and click Create.
- Add simple rules (like newest or price) or combine a few signals.
- Give it a clear name so your team knows when to use it.
- Save your sort order.
Sorting attribute types
Simple attributes
Sort by product attributes like price, title, or sales metrics. These are the most common sorting rules.Priority rules
Boost or demote products matching specific conditions. Priority rules cluster matching products at the top or bottom of results based on their direction setting:- Descending direction: Promotes matching products to the top
- Ascending direction: Demotes matching products to the bottom
Soft demotion
When demoting products in a search context, enable Soft Demotion to apply threshold-based relevance demotion. Items above the relevance threshold are immune to demotion, while items below receive proportional demotion. When available:- Only appears for priority rules on relevance sort orders
- Only applies in search context (not browse)
- Only available for demotion direction (ASC)
- Items with relevance score >= threshold → immune to demotion
- Items with relevance score < threshold → proportional demotion based on distance below threshold
- Default: 0.5 (range: 0-1)
- Higher threshold (e.g., 0.7): Only highly relevant items are immune; more products receive demotion
- Lower threshold (e.g., 0.3): More items are protected; only weak matches receive demotion
- Enable the Soft Demotion toggle
- Adjust the Relevance Threshold slider (0-100, representing 0.0-1.0)
- The slider displays the current threshold value
- Items with relevance at or above this threshold are immune to demotion
equals/does not equal- Exact matchcontains/does not contain- Partial text matchingbegins with/does not begin with- Prefix matchingends with/does not end with- Suffix matchingin/not in- Match any value in a list (enables multi-select)is null/is not null- Check if attribute has a value (hides value field)
equals/does not equal- Exact numeric matchgreater than/greater than or equal- Value comparisonsless than/less than or equal- Value comparisonsbetween/not between- Range matching (requires two values)in/not in- Match any value in a list (enables multi-select)is null/is not null- Check if attribute has a value (hides value field)
equals/does not equal- Exact date matchafter/before- Date comparisonsbetween/not between- Date range matching (requires two values)is null/is not null- Check if attribute has a value (hides value field)
contains/does not contain- Check if tag existsin/not in- Match any tag in a list (enables multi-select)
in or notIn operators:
When you select the in or notIn operator in the UI, the UI automatically enables multi-select, allowing you to select multiple values in a single rule.
is null or is not null, the UI automatically hides the value field since these operators check for presence/absence of data.
not between:
Weighted groups
Combine multiple attributes with different weights to create sophisticated ranking algorithms.Soft boost
Apply a decaying multiplier to boost products matching conditions while maintaining natural ranking. Unlike priority rules, soft boost creates interleaving rather than clustering. Each soft boost appears with a Modifier badge and is visually grouped beneath the metric or attribute it modifies. This lets you see at a glance which expression the boost targets. Key differences from priority rules:- Natural interleaving: Boosted products are distributed throughout results based on their base score
- Decaying multiplier: Products with lower base scores receive larger relative boosts
- Requires a target expression: Soft boost modifies the next metric or attribute in the list
- Attribute: The product attribute to check (e.g., tags, vendor, options)
- Operator: Condition operator (see available operators below)
- Value: The value to match (multi-select available for
inandnotInoperators, hidden foris nullandis not null) - Boost Mode: Select multiplicative (default) or additive mode
- Multiplicative: Best for amplifying products that already perform well on the base metric
- Additive: Best for products that may not have metric data yet, like new arrivals or restocks
- Boost Strength (multiplicative mode only): Intensity of the boost (default: 0.25, range: 0-10)
- Percentile Target (additive mode only): Target percentile for boosted products (default: 50, range: 0-100)
- Decay Rate: How quickly the boost diminishes (default: 100, range: 1+)
- Text operators:
equals,does not equal,contains,does not contain,begins with,does not begin with,ends with,does not end with,in,not in,is null,is not null - Numeric operators:
equals,does not equal,greater than,greater than or equal,less than,less than or equal,between,not between,in,not in,is null,is not null - Date operators:
equals,does not equal,after,before,between,not between,is null,is not null - Tag operators:
contains,does not contain,in,not in
in operator:
When you select the in or notIn operator in the UI, multi-select is automatically enabled.
- Boosting products with zero or near-zero base values (new arrivals with no sales)
- Creating a specific target position in the sort order
- “Sprinkling” new products into established rankings
AI-suggested expression names
When you add or edit a sort expression, Layers automatically suggests a short, plain-language label for it based on the attribute, operator, and values you configured. The suggested name appears as the card title in the editor. How it works:- As soon as you finish editing an expression, Layers sends the configuration to a small language model and replaces the placeholder title with the generated name.
- Names are deterministic for the same configuration and cached, so identical expressions across different sort orders share the same label.
- You can always rename an expression manually by clicking the title — your edit is preserved and won’t be overwritten.
| Expression configuration | Suggested name |
|---|---|
tags contains "featured" (priority rule, ascending) | Demote featured products |
inventory_quantity less than 5 (priority rule, descending) | Promote low-stock items |
Sort by revenue_30d descending | Top revenue (last 30 days) |
Soft boost on tags contains "new-arrival", additive | Sprinkle new arrivals |
Tip
- Start simple. You can refine weights over time.
- Use soft boost for subtle promotion that maintains organic ranking.