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