Forum Replies Created
-
AuthorPosts
-
DivineSites
Participantyes, it’s working
I don’t need the query, I want all the results in a specific category but adding &asp_s at the end gives me all the results as it has an empty queryhere is the script I’m using to get the correct URL:
console.log(ASP.api(3, 'getStateURL')+'&asp_s');thank you for the great support
DivineSites
Participantthank you ,
it’s returning the url
but the url is not showing me the search resultsscreenshot: https://i.imgur.com/8TlLB5P.png
DivineSites
ParticipantHi,
thank you for your quick response.the query in the URL is working for me
but the call to the API function to get the results URL state return false for me
I believe the id of the search results is 3 as you can see in the screenshot: https://i.imgur.com/53u2Od9.pngbut I get false as a response to the API function as you can see in the screenshot: https://i.imgur.com/UGUuqsw.png
what is the meaning of the second parameter of the function is it always 1?DivineSites
Participantok it’s working but it marks only part of a phrase when searching something like: “hello world abc def”
I get the marked words: hello world abc def
I am doing the search in Hebrew so maybe that’s related.but other from that it does job
thanks
-
This reply was modified 6 years, 2 months ago by
DivineSites.
-
This reply was modified 6 years, 2 months ago by
DivineSites.
DivineSites
Participantok thanks
DivineSites
Participantcan I use the char ” inside a search term
December 5, 2019 at 3:22 pm in reply to: No results found when switching from dropwdown to checkboxes #24924DivineSites
ParticipantAmazing, you’re great at this!
Next problem is that we’re using the option to hide child checkboxes until the parent is selected (thanks for adding that!)
When we press the reset button, it doesn’t hide the child categories again, it leaves them exposed..
Would it be possible to take care of that so that it resets back to it’s original state on reset?Thanks!
DivineSites
ParticipantLegends, that’s fixed it..
Thanks!DivineSites
ParticipantHey, has this update been released yet?
Last time I check a month ago it was still delayed.. do you know when it will be ready?
thanks
June 16, 2019 at 9:49 am in reply to: Reset button in settings section does not reset the settings! #23163DivineSites
ParticipantHey man, just wondering if that API function will be added to the next release or if you know when it will be?
Thanks
DivineSites
ParticipantSorry to bother you, do you know when we’re expecting the next major release?
thanks!DivineSites
ParticipantAny update on when these features will be included?
Thanks!!
May 21, 2019 at 3:20 pm in reply to: Reset button in settings section does not reset the settings! #22794DivineSites
ParticipantHey man, any idea when this API function will be ready?
And if it would be something I could use to trigger the JS function that you sent?
thanks!
May 2, 2019 at 9:56 am in reply to: Reset button in settings section does not reset the settings! #22438DivineSites
ParticipantHey Ernest,
Thanks for the code, I checked it out now and it’s working fine!Just with regards to when someone activates a checkbox filter, and then removes the checkbox, so there are no more active filters or search..
Would it be possible in this case to use the code you sent to hide the results?Is there a way to identify if there are any active filters on the page?
Thanks
May 1, 2019 at 2:58 pm in reply to: Reset button in settings section does not reset the settings! #22417DivineSites
ParticipantYes Ernest, this is exactly what I want to achieve.
If there is a custom code to close the search results box, that would really help..
But I don’t understand the “Do Nothing” option.. it literally does nothing without even reseting the search filters. Is the idea that someone has to click on SEARCH for the affect to happen?
In that case I guess we want to change it to “trigger live search” and add your custom code to also close the search results.Basically the client wants it so that if nothing is selected in the filters (or the reset button is pressed) then no results would be show.
Thanks
-
This reply was modified 6 years, 2 months ago by
-
AuthorPosts