Skip Navigation

[Resolved] Solr & Redis Compatibility with toolset plugins

This thread is resolved. Here is a description of the problem and solution.

Problem:
Are the solr and redis cache plugins compatible with Toolset?

Solution:
We believe so. For the Solr plugin to work with Views queries you would need to add the parameter solr-integrate set to true for the WP_Query.

You would have to set that up yourself, meaning using the pre_get_posts hook to add that parameter to the required queries.

Relevant Documentation:
https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts

This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 6 years, 10 months ago.

Assisted by: Nigel.

Author
Posts
#610862

Hello,

I would like to ask if toolset's plugins are compatible with these 2 plugins:
hidden link
hidden link

In solr power plugin's description page I read at the features : "Drop-in support for WP_Query with the «solr-integrate» parameter set to true." That means that I can use views with this plugin too? could you please clarify?

Thank you!

#611001

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

There are no particular integrations with either plugin, but no known issues that we are aware of.

I looked at the documentation for the Solr plugin and for it to work with Views queries you would need to add the parameter solr-integrate set to true for the WP_Query.

You would have to set that up yourself, meaning using the pre_get_posts hook to add that parameter to the required queries.

https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts

If you use the plugins and experience problems let us know and we can investigate if there is a compatibility issue.