Home > doofinder > Query > dump
Query.dump() method
Export the query as a params object.
Signature:
dump(validate?: boolean): SearchParams;
Parameters
Parameter |
Type |
Description |
validate |
boolean |
Whether to validate the exported data or not. |
Returns:
SearchParams
An object with all the parameters in the query.