Closed (fixed)
Project:
Search API
Version:
8.x-1.x-dev
Component:
Database backend
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2016 at 15:54 UTC
Updated:
15 Jan 2017 at 12:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alan-ps commentedLooks like this is an issue of search_api module. The 'field_name' condition is missed in query and as a result all fields will be taken into account (even if we do not need them).
I've attached a patch for reviewing. I think it can help!
Comment #4
alan-ps commentedComment #5
borisson_I understand the reason behind this patch, I think it'd be great to have a test for this but because it's in the autocomplete part of the code, I guess we don't really need this.
Comment #7
drunken monkeyThanks a lot, looks good!
Committed.