Context: one of the projects I'm working on requires "google" like search functionality. We're talking wildcard searches, partial searches, support for search operators (+, -, "And", "not", "or") among other things. If we were to build this in Mendix, the search will have to pan across multiple domain entities (tables) and complex joins.
Challenge: I noticed that the in-built Mendix search functionality only allows you to search within an entity object (on the attributes of that entity) Given this fact, is it feasible to build such search functionality using Mendix? If yes, I'd really appreciate ideas on how one might achieve this. An additional consideration is that this system might need to serve several hundred thousand users at any given point of time.