search property
Property can be searched on the bases “Property Id“ or search using “search using property details“
I know my Property Id section:
Property Unique Id should:
Auto-populate with PT-LGD_CODE- based on city selected
It should be restricted to 6 numbers
Once Citizen enters either Property Unique Id or Old Property Id, other field should get cleared
Property Unique Id - search should return exact values
Old Property Id - system to do a fuzzy search and return all possible matches of entered combination from that city
Old Property Id help text should have below values:
Your Old Property Id can look like these:
Dehradun: H-TAX-XX-XXXXXX
Haldwani: C5-X31, 3X--338, C16-X110
Roorkee: GNXX0586/003, KAXX0319/000, ADXX0666/000
Haridwar: 3x7x2, 3x2x4, 3x3x0
Search Errors: as specified in the design
I want to search using property details section
Locality to be a dropdown from MDMS. House/Door No and Owner Name to be alphanumeric fields
Sorting of search results should be based on Property Unique Id
If only Locality is selected and searched, 50 results should show up with the rest paginated
If Locality selected and House/Door No. entered, system should fuzzy search for that door number in properties under selected locality
If only House/Door No. entered and searched, system to do a fuzzy search and return all possible matches of entered combination
If just Owner Name entered, system to do a fuzzy search and return all possible matches of entered combination
If Locality selected and Owner Name entered, system should fuzzy search for that Owner Name in properties under selected locality
If Locality selected and House/Door No. as well as Owner Name entered, system to do a fuzzy search and return all possible matches of entered combination
Technical Implementation Details:-
the code is implement in the file for the search details
here the main code is the searchPropertyDetails
card which is having the radio button the ui change on selection of the button stored in the state propertySearchScreen