How I can search for a name without to devide it?
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
The thing that could be done is add a case with the full string
Can you please provide me with an example?
Sorry, I was saying what changes in the package need to be done
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
see #53
Please see PR #54 that proposes better fix to this problem.