diff --git a/gridsome.config.js b/gridsome.config.js index c735b9ba1..ce3ad6986 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -449,45 +449,6 @@ module.exports = { shouldPurgeUnusedKeyframes: true, } }, - - // Full Text search - { - use: 'gridsome-plugin-flexsearch', - options: { - searchFields: ['title', 'name', 'content', 'status', 'linkedin', 'excerpt', 'cities', 'countries', 'websites'], - collections: [{ - typeName: 'Blog', - indexName: 'Blog', - fields: ['path'] - }, - - { - typeName: 'Project', - indexName: 'Project', - fields: ['path'] - }, - - { - typeName: 'Person', - indexName: 'Person', - fields: ['path'] - }, - - { - typeName: 'News', - indexName: 'News', - fields: ['path'] - }, - - { - typeName: 'MarkdownPage', - indexName: 'MarkdownPage', - fields: ['path'] - }, - - ] - } - }, { use: 'gridsome-plugin-matomo', options: { diff --git a/package.json b/package.json index 5a149a9df..e4b947184 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "babel-runtime": "^6.26.0", "core-js": "^3.6.5", "gridsome": "^0.7.3", - "gridsome-plugin-flexsearch": "github:hamdy/gridsome-plugin-flexsearch", "gridsome-plugin-matomo": "^0.1.0", "gridsome-plugin-remark-prismjs-all": "^0.3.5", "gridsome-plugin-tailwindcss": "^3.0.1",