Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

FullText Search in AX 2012

$
0
0

I'd like to use code like this in my AOT:

...
MCRInventSearch prodSearch;
MCRSearchText textSearch;
;
 
try
{
prodSearch = new MCRInventSearch();
textSearch = "value1 value2";
x = prodSearch.search(textSearch);
...

But instead to get the list of my products that contain "value1 OR value2", i need products that contain "value1 AND value2".

If this is not possibile i'd like to have an orderable rank.

Did somebody knows a solution?

Thanks


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>