Currently, ExternalEntities pass everything on EntityQueryCondition as simple REST query parameter, the operator of the EntityQueryConditon is missing, this causes certain basic functionalities fail to function, like the tracker of the SearchAPI index (requires id > LAST_ID on EntityQuery) and also the EntityReference autocompolete (requires title CONTAINS STRING).
Attached patch provides a sub-module that adds two Views Argument (id, title) that can translate the 'operator' and 'value' passed as query parameters to a SQL where expression, that the above mentioned basic functionalities could work.
Comments
Comment #2
weynhamzComment #3
weynhamzComment #4
clemens.tolboomComment #5
frobSo we are clear on how to test this. This patch needs to be installed on the source and target Drupal sites. The source being the site housing the views and the target being the site that consumes the views with External Entity.
Is there any setup required on the view that uses this patch?