Algolia Instantsearch Snippet
August 19, 2020ais-highlight vs ais-snippet
ais-highlight show the entire content, with the search term highlighted.
ais-snippet shpw the relevant part of the content (especially long text), with the search term highlighted.
Setup snippet
To use snippet, you need to setup your Indices
.
Goto Algolia Dashboard -> Indices -> Configuration -> PAGINATION AND DISPLAY -> Snippeting
, add Attributes to snippet
. Select attributes with long text where you might not want to display the entire text.
Code
<template>
<div>
<client-only>
<ais-instant-search
:search-client="searchClient"
index-name="live"
>
<ais-search-box />
<ais-hits>
<div slot="item" slot-scope="{ item }">
<!-- show name -->
<h1><ais-highlight attribute="name" :hit="item"/></h1>
<!-- show content with snippet: need to setup Snipetting in Indices -->
<div><ais-snippet attribute="content" :hit="item"/></div>
</div>
</ais-hits>
</ais-instant-search>
</client-only>
</div>
</template>
<script>
// ...
</script>
<style>
/* prevent highlight overwrite font-size */
.ais-Highlight {
font-size: inherit;
}
.ais-Highlight-highlighted {
font-size: inherit;
}
</style>
NOTE: Refer to Setup Algolia InstantSearch on Nuxt/Vue for complete code.
- algo-trading
- algolia
- analytics
- android
- android-ktx
- android-permission
- android-studio
- apps-script
- bash
- binance
- bootstrap
- bootstrapvue
- chartjs
- chrome
- cloud-functions
- coding-interview
- contentresolver
- coroutines
- crashlytics
- crypto
- css
- dagger2
- datastore
- datetime
- docker
- eslint
- firebase
- firebase-auth
- firebase-hosting
- firestore
- firestore-security-rules
- flask
- fontawesome
- fresco
- git
- github
- glide
- godot
- google-app-engine
- google-cloud-storage
- google-colab
- google-drive
- google-maps
- google-places
- google-play
- google-sheets
- gradle
- html
- hugo
- inkscape
- java
- java-time
- javascript
- jetpack-compose
- jetson-nano
- kotlin
- kotlin-serialization
- layout
- lets-encrypt
- lifecycle
- linux
- logging
- lubuntu
- markdown
- mate
- material-design
- matplotlib
- md5
- mongodb
- moshi
- mplfinance
- mysql
- navigation
- nginx
- nodejs
- npm
- nuxtjs
- nvm
- pandas
- payment
- pip
- pwa
- pyenv
- python
- recylerview
- regex
- room
- rxjava
- scoped-storage
- selenium
- social-media
- ssh
- ssl
- static-site-generator
- static-website-hosting
- sublime-text
- ubuntu
- unit-test
- uwsgi
- viewmodel
- viewpager2
- virtualbox
- vue-chartjs
- vue-cli
- vue-router
- vuejs
- vuelidate
- vuepress
- web-development
- web-hosting
- webpack
- windows
- workmanager
- wsl
- yarn