Hi OT Experts,
I'm developing a webreport that has a search function and one of the requirement is that the search function has a multi-field search. I'm able to achieve that requirement. However, it seems that the wildcard search in LiveReports is limited to the texts in the beginning of the field.
Example: If want to search anything that has "CIRCUIT" in any of the fields it will not return any results because circuit is in either the middle of last part of the text but if I search "SINGLE" it will return results
Below is the partial query that I'm using and the setup in the live report.
I noticed in the parameters it only shows %1, maybe that is the limitation?
Also, please let me know how you do the full text field search in livereports.