Skip to main content
Commonmark migration
Source Link

INNER JOIN mgnt_sales_order AS so ON main_table.entity_id = so.entity_id WHERE (custom_attribute LIKE '%testing the filter%')

 

Integrity constraint violation: 1052 Column 'custom_attribute' in where clause is ambiguous

INNER JOIN mgnt_sales_order AS so ON main_table.entity_id = so.entity_id WHERE (custom_attribute LIKE '%testing the filter%')

 

Integrity constraint violation: 1052 Column 'custom_attribute' in where clause is ambiguous

INNER JOIN mgnt_sales_order AS so ON main_table.entity_id = so.entity_id WHERE (custom_attribute LIKE '%testing the filter%')

Integrity constraint violation: 1052 Column 'custom_attribute' in where clause is ambiguous

added 135 characters in body
Source Link

Goal: Filter the orders grid by a custom attribute of the order.

Unfortunally the solution with the plugin above creates other problems in the order view.. that's why I'm looking for other solutions

Goal: Filter the orders grid by a custom attribute of the order

Goal: Filter the orders grid by a custom attribute of the order.

Unfortunally the solution with the plugin above creates other problems in the order view.. that's why I'm looking for other solutions

added 71 characters in body
Source Link

Goal: Filter the orders grid by a custom attribute of the order

Goal: Filter the orders grid by a custom attribute of the order

Source Link
Loading