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

Group queries by table #24

Closed cmoralesweb closed 7 years ago

cmoralesweb commented 8 years ago

If the search returned 30 hits for the same table, 30 DB queries would be executed. I've changed the code so queries to the same table are grouped, only one per table.

nqxcode commented 8 years ago

Please, add unit tests.

nqxcode commented 7 years ago

This changes already in master.