sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

Search E.164 formatted phone number #192

Open rfenaux opened 5 years ago

rfenaux commented 5 years ago

Hello there,

I am trying to allow my users to search other users by their international formatted phone number.

The form queries all the records and the search is done in the browser (to avoid overloading the database with a query at each key stroke). However the +32 (country code) is changed to %2B32 which ends up in no match

What is your workaround ?