Featured Results in Search

Viewing Featured Results in Search Results

When a user searches using any keyword that matches a featured result, that featured result will show up first based on its priority.

Featured results in Faceted Search

In faceted search, featured results are always shown at the top before the normal search results.


Featured Results in JSON results in New Search API

The featured results appear in the JSON response in a separate section.
You can see an example of this in the New Search API using a URL like: https://localhost:8443/rest/v2/api/search?query=test&public=true

"ads" : [ {
    "id" : 1,
    "description" : "test",
    "title" : "test",
    "url" : "https://edition.cnn.com",
    "imageURL" : null
  }, {
    "id" : 2,
    "description" : "This is the description",
    "title" : "This is a test featured result",
    "url" : "https://www.searchblox.com",
    "imageURL" : null
  } ],

You can display the Featured Results at the top of the page. You could also use any field, like Graphic URL for display.