Determine what fields need to be indexed
How are these fields harvested from the collection and project schema
Consider what kind of queries we want to send to the index
Determine with web UI views will use the search index. The project search tab definitely will, but what about the projects page? Will the projects page use the search index to build the web UI or will it grab the project document directly and parse it client-side?
Determine what fields need to be indexed How are these fields harvested from the collection and project schema Consider what kind of queries we want to send to the index Determine with web UI views will use the search index. The project search tab definitely will, but what about the projects page? Will the projects page use the search index to build the web UI or will it grab the project document directly and parse it client-side?