feat: add full text search

This commit is contained in:
2023-08-01 20:21:31 +02:00
parent 181c15f5f5
commit 7267cb88a3
16 changed files with 242 additions and 179 deletions
+6 -2
View File
@@ -15,7 +15,9 @@ export default {
city: 'City:',
municipality: 'Municipality:',
state: 'State:',
hide: 'Hide'
hide: 'Hide',
filter: 'Full text search',
includeHidden: 'Include hidden'
},
sv: {
title: 'Dancefinder - Evenemang',
@@ -33,6 +35,8 @@ export default {
city: 'Stad:',
municipality: 'Kommun:',
state: 'Län:',
hide: 'Dölj'
hide: 'Dölj',
filter: 'Fritext-sökning',
includeHidden: 'Inkludera dolda'
}
}