# Search

In the following section, find all the search queries you can use to look for specific information related to:

* Recipes
* Restaurants
* Autocomplete for a food log

### Pagination/Slicing

There are additional objects that contain more detailed information on the search parameters. In these cases, pagination parameters can be defined in the search.

The following search queries include the pagination functionality:

* [Search all recipes](https://docs.suggestic.com/graphql/query/search/recipes)
* [Search recipes by ingredients](https://docs.suggestic.com/graphql/query/search/recipes-by-ingredients)
* [Search all restaurants](https://docs.suggestic.com/graphql/query/search/restaurant-search)
* [Search al objects types](https://docs.suggestic.com/graphql/query/search/autocomplete) (*recipes, products, own recipes*)&#x20;

Refer to the [pagination documentation ](https://docs.suggestic.com/graphql/start-here/tutorials-and-walkthroughs/pagination)to understand how to use it in query executions.
