nqxcode / laravel-lucene-search

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
73 stars 28 forks source link

Docs need to be updated due to changes in version 2.4.1.0 #49

Closed Kovah closed 7 years ago

Kovah commented 7 years ago

I recently updated Lucene Search to version 2.4.1.0 and noticed some changes in how the query building works. I firth thought that I somehow made some mistakes but it was just the order of the query() method that changed. The new search() method for models should be documented too.

Anyway, everything works fine. Thanks for oyur awesome work! 👍

nqxcode commented 7 years ago

Oops, quite forgot about readme. Fixed.