To increase the DX query search value, we need to execute the command that sets the maximum number of entries that a search or list can return.
This command has the following format:
set max-op-size = number-entries | none;
Specifies the maximum number of entries that any operation may return
none
Allows operations to continue with no size limitation.