I am using lifter lms and i am wanting to add ajax search pro to the page that shows the user their enrolled courses. Is there a way to build a search that will only return the results for the logged in users enrolled courses
Well, some sort of custom code is probably required for this – as this is not native wordpress feature.
If there is a function or query argument available from the plugin/theme you are using to get the courses and check if the current user is enrolled to a specific ourse – then it might be possible.
Something like a function name, which accepts the course ID as the parameter to check if the current user can access it.