I want to search for users and not for posts or pages. So i did everything which is explained in the documentation and its working fine.
The only problem i am getting is, when someone click on search icon or hit enter then i enabled to redirect to result page showing all the users found. But its not showing the users in result page. It shows post data there. I want the result of the users which are coming in ajax result.
I am using search.php to show the result. I know one way of doing it is by manually doing query in users data for the query string. But i just want to know if there is simple way of doing it with the plugin.