[object Object]

← back to Homesonspec

build-loop: Lennar uses LENNAR_STATE_FILTER=slug(state) not LENNAR_STATE (adapter reads _FILTER) — was capped to ~7 alphabetical states, now all 42. DTD 5/5, verified

ab43eec226c018ded8bf598b6e054e5c299b676a · 2026-07-28 12:09:34 -0700 · Steve Abrams

Files touched

Diff

commit ab43eec226c018ded8bf598b6e054e5c299b676a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 28 12:09:34 2026 -0700

    build-loop: Lennar uses LENNAR_STATE_FILTER=slug(state) not LENNAR_STATE (adapter reads _FILTER) — was capped to ~7 alphabetical states, now all 42. DTD 5/5, verified
---
 scripts/build-loop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-loop.sh b/scripts/build-loop.sh
index 3c66bd1b..efb925c3 100644
--- a/scripts/build-loop.sh
+++ b/scripts/build-loop.sh
@@ -63,7 +63,7 @@ sweep_adapter() {
       drh) DRHORTON_STATE="$(slug "$S")"  DRHORTON_PAGE_LIMIT=$CAP  CLI dr-horton-site  | sed "s/^/  drh $S: /" ;;
       plt) PULTE_STATE="$(fullname "$S")" PULTE_PAGE_LIMIT=$CAP     CLI pultegroup-site | sed "s/^/  plt $S: /" ;;
       tri) TRIPOINTE_STATE="$(lc "$S")"   TRIPOINTE_PAGE_LIMIT=$CAP CLI tri-pointe-site | sed "s/^/  tri $S: /" ;;
-      len) LENNAR_STATE="$S"              LENNAR_PAGE_LIMIT=$CAP    CLI lennar-site     | sed "s/^/  len $S: /" ;;
+      len) LENNAR_STATE_FILTER="$(slug "$S")" LENNAR_PAGE_LIMIT=$CAP CLI lennar-site  | sed "s/^/  len $S: /" ;;
       dw)  DAVIDWEEKLEY_STATE="$(lc "$S")" DAVIDWEEKLEY_PAGE_LIMIT=$CAP CLI david-weekley-site | sed "s/^/  dw  $S: /" ;;
       tm)  TAYLORMORRISON_STATE="$(lc "$S")" TAYLORMORRISON_PAGE_LIMIT=$CAP CLI taylor-morrison-site | sed "s/^/  tm  $S: /" ;;
     esac

← 1f76088e KB Home: key community seen-set on name+state (Cody: cross-s  ·  back to Homesonspec  ·  web/search: national-site card upgrades — urgency status bad f00da2b4 →