MetatagsSearch Store API functions
Table of Contents
The metatags endpoint of the Query API retrieves all the custom metadata tags associated with an application, where at least one document contains data in that metatag.
This function doesn’t accept a value.
Example requests
window.getSearchStore().metatags()
Demo
The following CodePen resource demonstrates the usage of this function. Open your browser’s web console and network monitor logs and watch for activity after clicking the buttons that trigger the Search Store API function.
|
Edit the function and click the corresponding button again to see the result change. |