Make parcel search support dynamic number matching #5

Closed
opened 2026-07-22 05:40:30 +00:00 by jfig · 0 comments
Owner

Problem

Parcel search currently requires an exact parcel-number match. Searching for 278 does not find parcels numbered 278.1 and 278.2.

Expected behavior

A search for 278 should find all matching parcel numbers that extend that value, including 278.1 and 278.2, while preserving exact searches for complete parcel numbers.

Acceptance criteria

  • Searching for 278 returns 278.1 and 278.2 when they exist.
  • Searching for a complete number such as 278.1 still returns the matching parcel.
  • The result message and map zoom support multiple matching parcels.
### Problem Parcel search currently requires an exact parcel-number match. Searching for `278` does not find parcels numbered `278.1` and `278.2`. ### Expected behavior A search for `278` should find all matching parcel numbers that extend that value, including `278.1` and `278.2`, while preserving exact searches for complete parcel numbers. ### Acceptance criteria - Searching for `278` returns `278.1` and `278.2` when they exist. - Searching for a complete number such as `278.1` still returns the matching parcel. - The result message and map zoom support multiple matching parcels.
jfig closed this issue 2026-07-22 06:54:59 +00:00
Sign in to join this conversation.