Open guillaumetch opened 1 year ago
hi, i need the same thing, i want to initialise on dom ready the slider with 2 variables come from a form homepage. so client use slider, click on submit form, i need to use min and max on the search page with these variables already set. how to do that with the adapter and vue-slider-component ?
@jasonbosco hello, can we have a hint for this issue please ?
@guillaumetch Your question is technically unrelated to how typesense-instantsearch-adapter functions and more of a Vue question. While I'm familiar with Vue (definitely not an expert), I'm not sure why the standard Vue ref
mechanism is not working to access that nested slider component... Could you try posting on Stackoverflow - there should be more Vue experts there.
@ibasaw I just stumbled on this thread, may be this helps: https://github.com/algolia/vue-instantsearch/issues/717#issuecomment-530373088
Description
Hi, I currently facing an issue using the adapter with VueJs. I have a vue slider component (https://www.npmjs.com/package/vue-slider-component) and others in my Vue. I need to update to value of vue slider component after mounted to trigger a search but I can't the component in the mounted() method
Steps to reproduce
Here is my code
Expected Behavior
Update the vue slider component value to trigger the search
Actual Behavior
In the mounted() method, I try to access my component but I got
My Vue slider component code
Metadata
Typesense Version:
0.23.1
OS: Ubuntu 22.04.1 LTS 64 bit