nqxcode/laravel-lucene-search

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

nqxcode opened this issue · 0 comments

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})";