I am new on ajax query,
How can I filter admin-ajax data in the URL query? I am working on a search page where I am getting all the WordPress user data from admin.ajax.php, that is working fine.
Now I need to filter some data by category or maybe name
.php?action=find_coach&category=career_coaching.
Please help to solve this issue