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

Port an excluding of ID from search query from branch 1.x #57

Open nqxcode opened 6 years ago

nqxcode commented 6 years ago

Because now it is not implemented correctly. In RawQueryBuilder it is necessary to make the appropriate changes for build method, in this place: $value = "({$value}) AND NOT primary_key:({$tmpValue})";