Products & Services search only returns products.
Expected:
Searching using the global Search box, top of the left column (Eldy theme), should return result from both Products and Services.
Actual:
Search only returns results of type Product, does not include Services, even when there are services that fit the search criteria.
Example for demo.dolibarr.org.
For comparison, starting with a list of services.
It can be seen that there are services that include 'test' in the label text, but these are not found by the global search feature.
It seems that the call to /product/list.php should have &type=-1 appended.
For the global search test described above for demo.dolibarr.org, if I manually edit the results list page url to /product/list.php?sall=test&type=-1, I get the search results expected (results show products and services).
I have the same result, can you take into account this request for correction please.
Hello,
Thanks for the feedback. It has been fixed in #7758