Skip to content

Commit 420ea44

Browse files
authored
Merge pull request #3551 from alphagov/remove-government-frontend-reference
Remove reference to government-frontend
2 parents 4c6d923 + fd0199d commit 420ea44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/using-the-search-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This returns a set of results for the filters provided.
209209
This returns back a separate set of results and is not affected by `count=0`.
210210
- `example_scope:query` - The scope of a query can be either global (where it doesn't have filters applied), or `query`, which applies whatever filters are included. So in our example we will filter the results by `publishing_app=publisher`
211211
- `examples:1` - for each each aggregate that it identifies (in this case "rendering app" as `aggregate_rendering_app` is applied), it will provide 1 example document
212-
- `aggregate_rendering_app=20` - Requests all documents that have a publishing app matching the filter and groups them by rendering app. It will select up to 20 different rendering apps to group by. On GOV.UK there are only 2 rendering applications that render content published by Publisher, `frontend` and `government_frontend`.
212+
- `aggregate_rendering_app=20` - Requests all documents that have a publishing app matching the filter and groups them by rendering app. It will select up to 20 different rendering apps to group by. On GOV.UK there is only 1 rendering application that renders content published by Publisher: `frontend`.
213213
214214
##### An example with a query
215215

0 commit comments

Comments
 (0)