Solved
search engine doesn't search in tables - codebeamer 22.04
Hi,
In a tracker of requirements, the filter doesn't work with wildcard:
- for a key like this "XC%":
- The engine find "XCSIMU" (ok), but it doesn't find "XC_DEBUG_SRC" (NOK)

- If we do the same thing with "description" field, the result doesn't contain results with de keyword inside a table (same key):

- I don't see the requirement wich contains this table with "XC IMU POSTPRO":
- the warning message is not true:

MySQL however supports the % character at the start of an occurrence:
https://www.w3schools.com/mysql/mysql_wildcards.asp:- (WHERE CustomerName LIKE '%a', Finds any values that ends with "a")
- Moreover search for a full title works witk "like" operator, but search for a work in a title doesn't work:


Doesn't find "Firware restriction"


