SearchIQ
Forum Replies Created
-
Forum: Reviews
In reply to: [SearchIQ - The Search Solution] Best search everThank you for the great review. We are glad that SearchIQ worked well with your website.
Please feel free to contact us if you have any questions.Forum: Reviews
In reply to: [SearchIQ - The Search Solution] The Best So FarThank you for the great review. We are glad that you liked SearchIQ.
Please feel free to contact us if you have any questions.Forum: Plugins
In reply to: [SearchIQ - The Search Solution] 500 Error if change post status via AjaxGreat to know, thanks
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] 500 Error if change post status via AjaxHi Alex, please upgrade to the latest plugin version and check if the error is fixed.
- This reply was modified 2 years, 1 month ago by SearchIQ.
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsWe tried the API call and able to get the response. Please add
Acceptheader to the API call.
curl -H “Accept: application/json, text/javascript, */*; q=0.01” “https://api.searchiq.co/api/search/results?q=hr&engineKey=2f7c4b52c81aad5363e904e5d21108e6&page=0&itemsPerPage=5&group=0&autocomplete=1&documentTypes=post%2Cpage“- This reply was modified 2 years, 2 months ago by SearchIQ.
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsWe will check and update you.
Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsHi Edson, have you tried implementing the JS solution? Please let us know if you need any help with the setup.
Great to know it worked.
Please feel free to contact us if you face any issues.Hi,
Please confirm if this solution worked for your site.Forum: Plugins
In reply to: [SearchIQ - The Search Solution] 500 Error if change post status via AjaxHi Alex,
We have added the suggested requirement to our pipeline but don’t have any timeline yet. We will update you once our team works on it.Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsPlease check the below user guide and let us know if you need help with the implementation.
https://www.searchiq.co/regular-user-guide.htmlForum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsHi Edson,
For autocomplete, it doesn’t go through the client server. The search result page can be configured to go through the server, but the better and fastest solution is to use our JS solution.Forum: Plugins
In reply to: [SearchIQ - The Search Solution] Filter to modify search resultsHi Edson,
We have no such hook, but you can intercept the requests like ‘GET https://api.searchiq.co/api/search/results….’ to get the response and override the results in ‘XMLHttpRequest.prototype.send’ method.Forum: Plugins
In reply to: [SearchIQ - The Search Solution] 500 Error if change post status via AjaxHi Alex, we will check and update you.
You can remove the text node using JavaScript by rendering the complete event. Please find the event name: siq-search-page-results-render-complete
You can use it like, $(document).on(‘siq-search-page-results-render-complete’, …)