searchable icon indicating copy to clipboard operation
searchable copied to clipboard

How I can search for a name without to devide it?

Open giwrgos88 opened this issue 11 years ago • 6 comments

Hello I saw on your documentation that you split a string, for example if we have this name Rolland Levi you search the Rolland and then the Levi. Is there anyway to avoid this and first check the whole word Rolland Levi and if the results are null then split it them?

Thank you

giwrgos88 avatar Apr 16 '15 06:04 giwrgos88

The thing that could be done is add a case with the full string

nicolaslopezj avatar Apr 16 '15 13:04 nicolaslopezj

Can you please provide me with an example?

giwrgos88 avatar Apr 16 '15 13:04 giwrgos88

Sorry, I was saying what changes in the package need to be done

nicolaslopezj avatar Apr 16 '15 13:04 nicolaslopezj

a ok sorry, thanks a lot!! :)

On 16/04/2015, Nicolás López [email protected] wrote:

Sorry, I was saying what changes in the package need to be done


Reply to this email directly or view it on GitHub: https://github.com/nicolaslopezj/searchable/issues/40#issuecomment-93740038

giwrgos88 avatar Apr 16 '15 13:04 giwrgos88

see #53

JulienTant avatar May 12 '15 14:05 JulienTant

Please see PR #54 that proposes better fix to this problem.

iget-master avatar May 12 '15 21:05 iget-master