Hello,
I have a more general question.
At some point I have all my geodata and more connected to my Portal for ArcGIS and I could imagine that searching for data is one of the most important tasks for many organizations.
With Portal I can easily search for portal items but what users really need is to search for specific data or features.
Are there any good approaches for a portal based centralized search engine on the data itself?
If not I would try to solve it in a 2 step process. First let user select from a list of categories/topics based on my portal item tags. Then use the items REST query functionality (if supported) to search for distinct features. This can be done async if I have to search over multiple datasets. Would that be an adequate solution?
What if I have a lot and really large content?