nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

Option to prioritize results containing search string at the beginning #131

Open sakerrr opened 7 years ago

sakerrr commented 7 years ago

Hello, what I mean is this.

Lets say I search for "Anna". I'd like to see results like this.

  1. "Anna"
  2. "Marianna"

Is this possible ? Thank you.