Hi All.
I'm looking for some advice on searching Memo fields. We have a full text field that we would like to search in (performance is not an issue as its only a debugging function).
Enabling a FullText index and creating a FullText range on a query does not work as the DB handles '-'(dash) and ' '(space) characters not as themselves but as keywords such as "OR". Meaning the results are good for certain scenarios but for specific searches they yield too many results rather than specific accurate ones.
I'm able to do direct SQL queries on the table using "where myfield like '%Some String%'" but I cannot get this right in AX.
*This post is locked for comments
I have the same question (0)