find duplicate addresses in database, stop users entering them early?

前端 未结 15 1443
长发绾君心
长发绾君心 2021-02-04 05:13

How do I find duplicate addresses in a database, or better stop people already when filling in the form ? I guess the earlier the better?

Is there any good way of abstra

15条回答
  •  無奈伤痛
    2021-02-04 06:04

    One thing you might want to look at are Soundex searches, which are quite useful for misspellings and contractions.

    This however is not an in-database validation so it may or may not be what you're looking for.

提交回复
热议问题