Using the PRoduct Filter in Sale-Order does not show all Sales that include the searched PRoducts.
we used debug_sql log level and saw that this leads to SQL Queries with "LIMIT 80" and this results in searching sale_order_lines that include the filtered Product. Now if a sale_order has more sale_order_lines with the filtered PRoduct it reduces the resultset internally so that odoo just shows less Sale-Orders.
Moreover: it is not possible to use Pagination.
is there another possibility to implement a working solution to Filter by Product-Name in Sale-Orders (or Purchase-Orders or Account-Invoices)?