search method
Implementation
void search(String query) {
updateSearchQuery(query, onDebounce: () async {
resetPagination();
await loadData();
});
}
void search(String query) {
updateSearchQuery(query, onDebounce: () async {
resetPagination();
await loadData();
});
}