Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Put Artist first of the searchableAttributes list
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroFG committed Dec 30, 2020
1 parent d2ffb13 commit 241e026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup.js
Expand Up @@ -5,8 +5,8 @@ require('dotenv').config()
const settings = {
distinctAttribute: null,
searchableAttributes: [
'Title',
'Artist',
'Title',
'ArtistBio',
'Nationality',
'Gender',
Expand Down

0 comments on commit 241e026

Please sign in to comment.