nicolaslopezj/searchable

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

Open

#40 opened on Apr 16, 2015

View on GitHub
 (6 comments) (0 reactions) (0 assignees)PHP (1,999 stars) (292 forks)user submission
enhancementhelp wanted

Description

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

Contributor guide