Cristi Burcă
Cristi Burcă
This looks like a conflict with another plugin that hooks into WP_Query. Normally, P2P automatically filters the search results.
Related support thread: https://wordpress.org/support/topic/admin-connection-search-box Might be some breaking change in WP 4.0.
Yeah, I found that even reviewing pull requests is a lot of work. I updated the README: d2f297dbe257a09438da6ffe22c9a876acb7b49b
Thanks, @danielbachhuber, but I've heard that line several times before, from several different people, and nothing happened. If someone is truly interested, they'll just fork it, merge any interesting pull...
Yeah, it has sort of outgrown the name. Go nuts. :)
Right, can't use `for()` as a method name, so will have to find something else.
That plugin looks handy. Could you transform it into a pull request?
Well, it's a fairly complex query, so it's not that surprising. Only other optimization I could think of is transforming the inner SELECTs into JOINs, but the SQL transformations get...
Altering the final SQL is the easy part. :) Commit it to a branch and open a pull request, so that Travis CI can run the unit tests. If they...
@twentyfortysix Hello, In order for that report to be of any use, you should provide some more info about it: First of all, does the P3 profiler measure PHP execution...