laravel-lucene-search icon indicating copy to clipboard operation
laravel-lucene-search copied to clipboard

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

Open nqxcode opened this issue 7 years ago • 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})";

nqxcode avatar Feb 27 '18 20:02 nqxcode