Currently, all types of search need to find all possible documents and search for the Tags inside of each one, this is bad for performance and could result in a bad experience overall.
A better approach would be to cache Tags globally and insert a reference to the documents that contain the respective Tags, this would also allow the API to expose all the Tags that exist in a world.
Currently, all types of search need to find all possible documents and search for the Tags inside of each one, this is bad for performance and could result in a bad experience overall.
A better approach would be to cache Tags globally and insert a reference to the documents that contain the respective Tags, this would also allow the API to expose all the Tags that exist in a world.