Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

149
Views
How to disable auto refinement for select input in algolia instant search

I have this current code for integrated algolia ais-instant-search that working fine and I want to disable auto refinement on select input to keep the list and when select to return hits for only this selected argument.

  <ais-instant-search
:search-client="searchClient"
:index-name="ALGOLIA_INDEX_NAME"
><ais-menu-select :attribute="attribute" :limit="60">
  <select
    class="select rm-raduis-select is-fullwidth"
    slot-scope="{ items, canRefine, refine }"
    :disabled="!canRefine"
    @change="refine($event.currentTarget.value)"
  >
    <option value="">All domain</option>
    <option
      v-for="item in items"
      :key="item.value"
      :value="item.value"
      :selected="item.isRefined"
    >
      {{ item.label }}
    </option>
  </select>
</ais-menu-select>
//hits display ...
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!