Hi.
i am planning to move Atlas search but need to confirm something before moving from
Elastic Search if we search like i.e. " Apple AND Banana " then it will return all doc containing all doc Which has both Banana and Apple,
“Apple AND Mango NOT BANANA” return Doc containig apple and mongo but not banana. in Elastic we just put these string and we are done. we don’t need to worry about to process string.
Do we have same in atlas search to handle these type of boolean operation written in input string without explicitly spliting string or processing search string to get boolean operation ??