Sergiy Dzysyak
Forum Replies Created
-
Forum: Plugins
In reply to: [REST API for Relevanssi] _embedded field missing in responseThank you for this info, as I was a little bit confused with initial issue report.
Best regards and thank you for the feedback.
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when searching custom post typeAre you “Advanced Custom Fields” plugin? or something like that?
I have just updated the plugin to support Advanced Custom Fields & ACF to REST API.
If you are using them, than plugin should work now. If you use something else, please let me know what exactly & I will update the plugin.
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when searching custom post typePlease, try to install the latest version of the plugin from the directory. The update should fix the issue. Let me know either this helped to solve your issue or not.
Thank you.
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when searching custom post typeThank you for the report. I will try to reproduce the issue. As far as I understand that happened with latest versions WP & Relevanssi?
Forum: Reviews
In reply to: [REST API for Relevanssi] Clean, light and straight to the pointThank you for your feedback. Nothing encourages programmers better than a positive testimonial. ??
Forum: Plugins
In reply to: [REST API for Relevanssi] Weird behavior with AR languageHi. Unfortunately, right now I do not have WPML installation available. Maybe you can grant me ssh access to the dev site to debug?
You may submit credentials here (it is private): https://erlycoder.com/support/
Forum: Plugins
In reply to: [REST API for Relevanssi] how to use per_page?By default API returns posts, to query other types you should define which ones to search like (but with your types):
https://demo.erlycoder.com/demo1/wp-json/relevanssi/v1/search?keyword=test&type=post,page
Forum: Plugins
In reply to: [REST API for Relevanssi] Weird behavior with AR languageNot sure about this behavior. What multilingual plugin are you using? Or are they just different entries?
Forum: Plugins
In reply to: [REST API for Relevanssi] how to use per_page?The plugin allows values from 1 to 50, but if you need you can change this in a plugin code (Line 80).
Usually, such limitations have sense.
The bug is fixed with the last update that was just uploaded.
Thank you for the report.
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when Relevanssi is not activatedI have removed blocking requirement on plugin activation. Now API request will return error, if Relevanssi is not activated. This should solve your problem.
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when Relevanssi is not activatedThat seem to be normal behavior to prevent activation of API prior to Relevanssi itself. This would cause help requests like API is not working for some unknown reason.
If you have some suggestions, you may explain your vision.
Should not TGM Plugin Activation install/activate plugins in order defined in plugin array?Forum: Plugins
In reply to: [REST API for Relevanssi] Usage of WPMLSorry, unfortunately I do not have answer for your question now.