yabhq / laravel-scout-mysql-driver

Laravel Scout MySQL Driver
MIT License
522 stars 113 forks source link

Search part of word #57

Open u2u4u opened 6 years ago

u2u4u commented 6 years ago

hi. I want to search some part of text. for example in the "applegood" I want to search "ppleg" return result. but in NATURAL_LANGUAGE mode it returns no result; so in BOOLEAN mode i use ppleg and no result returned. but in "apple" results returned. so can i have search like this in NATURAL_LANGUAGE? and if not how can use "" operator in first of query?