laravel-lucene-search
laravel-lucene-search copied to clipboard
Port an excluding of ID from search query from branch 1.x
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})";