mysociety / popit-api

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
17 stars 3 forks source link

search with special chars #44

Open jdgarrido opened 10 years ago

jdgarrido commented 10 years ago

Hi! i found a problem with search, in this case, i search "ivan" w/o accent "iván" http://pmocl.popit.mysociety.org/api/v0.1/search/persons/?q=ivan and no result given, but when i search http://pmocl.popit.mysociety.org/api/v0.1/search/persons/?q=iván this work perfect. is possible fix this?

jdgarrido commented 9 years ago

~~i found a solution, but i dont know if is the best solution. you need to use the wildcard ? following my example, when you search http://pmocl.popit.mysociety.org/api/v0.1/search/persons/?q=iv%C3%A1n or http://pmocl.popit.mysociety.org/api/v0.1/search/persons/?q=iv?n both return the same values.~~

sorry, my mistake, this solution dont apply to my problem :(