Restrict the results document to the specified fields
Include the requested fields in the DocumentLink instances in the result
Sets the graphquery to query for this SearchForm. This is an optional method.
Sets the language to query for this SearchForm. This is an optional method.
Sets the orderings to query for this SearchForm. This is an optional method.
Sets the page number to query for this SearchForm. This is an optional method.
Sets a page size to query for this SearchForm. This is an optional method.
The page size
Sets a predicate-based query for this SearchForm. This is where you paste what you compose in your prismic.io API browser.
Sets a ref to query on for this SearchForm. This is a mandatory method to call before calling submit(), and api.form('everything').submit() will not work.
Submits the query, and calls the callback function.
Build the URL to query
Generated using TypeDoc
Remove all the documents except for those after the specified document in the list. This is an optional method.