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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
Parcel search currently requires an exact parcel-number match. Searching for
278does not find parcels numbered278.1and278.2.Expected behavior
A search for
278should find all matching parcel numbers that extend that value, including278.1and278.2, while preserving exact searches for complete parcel numbers.Acceptance criteria
278returns278.1and278.2when they exist.278.1still returns the matching parcel.