Review surface for #2503, the search / quick-search half: where the NLS field is used and what it looks like in each layout it already supports. Current behaviour only — nothing here is a proposed design yet.
#2503 places NLS on stand-alone search-form and quick-search widgets, and
not on Results / Map headers. Action-plan item 3 is the roll-out to quicksearch via
formType:simple2. The cases below show what that token does today on the NLS
widget, and what QuickSearch renders in the same slot, so the two can be compared directly.
Full pill toolbar. This is what the stand-alone SearchFormNLS widget
renders with no layout tokens.
formType:simple2Adds .nls-simple, which hides the filter pills and leaves a single
input plus a magnifying-glass submit. The NLS parsing is unchanged — typed text still
extracts price, beds, baths and so on.
formType:simple2 + formLayout:roundedAdds .nls-rounded on top: white background, large corner radius,
circular submit button.
What sits in that slot today. simple1 is the QuickSearch default;
simple2 is the token NLS reuses, so the two widgets are meant to be swappable with
one attribute change.
Quick-search usually sits in a hero band or a sidebar rather than full width. Same two widgets, same tokens, constrained — the widget sizes from its container, so this is the case that actually matters.