Dolibarr: Products & Services search only returns products

Created on 26 Oct 2017  路  3Comments  路  Source: Dolibarr/dolibarr

Bug

Products & Services search only returns products.

Environment

  • Version: 6.0.2
  • OS: - public demo : demo.dolibarr.org -
  • Web server: - public demo -
  • PHP: - public demo -
  • Database: - public demo -
  • URL(s): /product/list.php?sall=test (example result page)

Expected and actual behavior

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.

Steps to reproduce the behavior

Example for demo.dolibarr.org.

  • From any page, type the word 'test' in the Search box.
  • From the list of search targets, select 'Products or Services'.
  • The search result page(s) only show search results of type Product, even when there are services that fit the search criteria.

For comparison, starting with a list of services.

  • Select the Products|Services top-level menu option.
  • In the left column, select Services->List.
  • Type the word 'test' in the search box above the Label column; press Enter or click the search icon.

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.

Bug

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

QuentinPetel picture QuentinPetel  路  5Comments

low5 picture low5  路  4Comments

gnovaro picture gnovaro  路  5Comments

TobiasSekan picture TobiasSekan  路  5Comments

dolibarr95 picture dolibarr95  路  5Comments