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
+4 -2
View File
@@ -28,6 +28,7 @@
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/sentry": "^7.3.1",
"@nuxtjs/vuetify": "^1.12.3",
"@pinia/nuxt": "^0.4.11",
"@snyk/protect": "^1.1198.0",
"@vue/apollo-composable": "^4.0.0-beta.8",
"@vueuse/core": "^10.3.0",
@@ -37,13 +38,14 @@
"graphql-tag": "^2.12.6",
"node-sass": "^9.0.0",
"nuxt-edge": "latest",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"sass-loader": "^10.1.1",
"vue": "2.7.14",
"vue-demi": "^0.14.5",
"vue-server-renderer": "2.7.14",
"vue-template-compiler": "2.7.14",
"vuetify": "^2.7.0",
"vuex": "3.6.2"
"vuetify": "^2.7.0"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.22.6",