Skip to content

Commit

Permalink
Add note about wildcard populate and deep populate
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Jan 17, 2025
1 parent 113bb50 commit d8f785a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/docs/dev-docs/api/rest/populate-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ The following table sums up possible populate use cases and their associated par
The easiest way to build complex queries with multiple-level population is to use our [interactive query builder](/dev-docs/api/rest/interactive-query-builder) tool.
:::

:::note
You cannot combine deep population with the `*` wildcard as `populate=*` will overwrite anything else when parsed by the `qs` package.
:::

### Combining Population with other operators

By utilizing the `populate` operator it is possible to combine other operators such as [field selection](/dev-docs/api/rest/populate-select#field-selection), [filters](/dev-docs/api/rest/filters-locale-publication), and [sort](/dev-docs/api/rest/sort-pagination) in the population queries.
Expand Down

0 comments on commit d8f785a

Please sign in to comment.