Top Trending

Top Trending Queries

  • This is an on-demand feature that can be configured using a custom UI provided by SearchBlox. Contact [email protected] to enable it.

  • To view Top Trending Queries, enable the feature by editing the facet.js file in your plugin folder:

    1. Add the line: "showTopQueriesTrending": true
    2. Set "topQuery" to true
    3. Provide your server’s API key from the Admin tab in the SearchBlox admin console
    4. Change "limit" to set how many top trending queries you want to display
    5. Save the facet.js file.
"showTopQueriesTrending": true,
    "topQuery": true,
    "topQueryFields":{
      "apikey":"123456789",
      "col":"",
      "limit":"5"
    },
  • Open the link: https://localhost:8443/<plugin_name>/index.html
  • The top trending queries will be displayed in the search box.