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

448
Views
How to implements ais-refinement-list with algoliaSearchBox in VueInstantSearch(Algolia)?

How to implement ais-refinement-list with algoliaSearchBox, when using Vue Instant Search on Algolia. Here I attach my code and expect the result ?

code:

<ais-refinement-list attribute="color">
        <template scope="{items,refine}">
          <div v-if="listColor.length > 1" class="filtersbox Colors">
            <h4 @click="showColor()">
              {{ filterTitle.colors | uppercase }}
              <div id="Coloricon" class="plus-minus-toggle collapsed"></div>
            </h4>
            <div id="Colorbox" class="content-filter">
              <div class="web-filter-search">
                <input
                  v-model="searchColor"
                  type="text"
                  placeholder="Search color"
                />
                <i class="iconf iconf-iconSearch"></i>
              </div>
               <div v-for="(item, index) in items" :key="index" class="filter-content">
                <label class="check">
                  {{ item.label }}
                  <input
                    :id="item"
                    :value="item.value"
                    v-model="checkedProductType"
                    type="checkbox"
                    @click.prevent="refine(item.value)"
                  />
                  <span class="checkmark"></span>
                </label>
              </div>
            </div>
          </div>
        </template>
      </ais-refinement-list>

expect: enter image description here

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!