Hi Espo developers,
I have a custom entity with a full text search enabled on its "name" property.
if the name consists of multiple words such as "the nice name" I would expect to find the entity when I search for an inner word "nice".
The search seems to perform a "starts with" semantics.
What can I do to fix that ?
Any help appreciated,
Dirk
I have a custom entity with a full text search enabled on its "name" property.
if the name consists of multiple words such as "the nice name" I would expect to find the entity when I search for an inner word "nice".
The search seems to perform a "starts with" semantics.
What can I do to fix that ?
Any help appreciated,
Dirk
Comment