diff --git a/src/Our.Umbraco.FullTextSearch/Our.Umbraco.FullTextSearch.csproj b/src/Our.Umbraco.FullTextSearch/Our.Umbraco.FullTextSearch.csproj
index ff5bf5a..056970a 100644
--- a/src/Our.Umbraco.FullTextSearch/Our.Umbraco.FullTextSearch.csproj
+++ b/src/Our.Umbraco.FullTextSearch/Our.Umbraco.FullTextSearch.csproj
@@ -2,23 +2,20 @@
net6.0
.
+ App_Plugins/FullTextSearch
+
Our.Umbraco.FullTextSearch
+ FullTextSearch
Our.Umbraco.FullTextSearch
Full Text Search is a fast, powerful and easy to setup search solution for Umbraco sites. Searches the whole page content (also generated content) Simple and easy setup for multiple search types (quoted, fuzzy matching, wildcards etc.) Extends the default ExternalIndex
- FullTextSearch
- umbraco plugin package
- 3.0.0-alpha001
- 3.0.0
- 3.0.0
- true
- Ecreo
Søren Kottal
Søren Kottal
MIT
https://github.com/skttl/umbraco-fulltextsearch8
- search.png
https://github.com/skttl/umbraco-fulltextsearch8
- App_Plugins/FullTextSearch
+ search.png
+
+ umbraco plugin package umbraco-marketplace
diff --git a/src/Our.Umbraco.FullTextSearch/wwwroot/FullTextSearch.config b/src/Our.Umbraco.FullTextSearch/wwwroot/FullTextSearch.config
deleted file mode 100644
index 6c54292..0000000
--- a/src/Our.Umbraco.FullTextSearch/wwwroot/FullTextSearch.config
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
- nodeName
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FullTextActive
-
-
-
-
-
-
-
-
-
- FullTextContent
-
-
- FullTextPath
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Our.Umbraco.FullTextSearch/wwwroot/package.manifest b/src/Our.Umbraco.FullTextSearch/wwwroot/package.manifest
deleted file mode 100644
index 380013c..0000000
--- a/src/Our.Umbraco.FullTextSearch/wwwroot/package.manifest
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "javascript": [
- "/App_Plugins/FullTextSearch/scripts/dashboard.controller.js",
- "/App_Plugins/FullTextSearch/scripts/reindex.controller.js",
- "/App_Plugins/FullTextSearch/scripts/search.controller.js",
- "/App_Plugins/FullTextSearch/scripts/searchadvancedsettings.controller.js",
- "/App_Plugins/FullTextSearch/scripts/status.controller.js",
- "/App_Plugins/FullTextSearch/scripts/statusnodes.controller.js",
- "/App_Plugins/FullTextSearch/scripts/fulltextsearch.resource.js"
- ],
- "css": [
- "/App_Plugins/FullTextSearch/css/fulltextsearch.css"
- ]
-}