Hi!
It’s either one of the filters, or maybe not the correct custom post types are chosen?
I can only guess though. Can you link me to a page where the search is active?
Also, can you share the debug information, which you can find under the ‘Help & Support’ submenu? (please use paste.ee or gist.github.com to share that data)
Site: https://sites-dev.oit.duke.edu/testdelete/
As for settings, I have everything turned on, but it’s not even returning basic post and page types. This is a multisite BTW.
Here is the debug info: https://paste.ee/p/Gi5sj
Thanks in advance!
Hi!
Thanks! The debug info indeed reveals a presumably correct cofniguration, even the queries seem fully correct to me, it should return results there.
There is probably only one thing that might cause the issue. The queries are running on the tables with the following prefix: ‘wp_7714_’
Is this the database table of the site where the plugin is placed? Can check that?
It’s a multisite so there are our table prefixes are in this format: wp_<siteid>_
wp_7714_ is the subsite https://sites-dev.oit.duke.edu/testdelete/
So that means that the correct table is used. Interesting, it should work then.
What happens if you try it on another subsite, or the main site?