• Hi,

    Where does Ajax Search Lite save the options in the database? I have a small JS problem in my backend that does not allow me to drag and drop or move options from the “Available post types” to the “Drag here the post types you want to use!” list. It’s not a problem with Ajax Search Lite, and it’s a minor problem, but if I could change the options in the database instead that would be helpful. I searched wp_options but didn’t find anything related to Ajax Search Lite. I’d like to add [dwqa-question] and [dwqa-answer] to the searched posts.

    Thanks, Matthias

    • This topic was modified 4 years, 11 months ago by mmatting.
Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi Matthias,

    The search options are saved to the wp_options table via the update_options(..) call. The key name is asl_options.
    Be careful whith editing that, it might not be that simple. I would rather suggest disabling the conflicting plugins/code, making the configurations and re-enabling it again. That way you can avoid the db editing part.

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)
  • The topic ‘Where are options saved to?’ is closed to new replies.