Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add TNTSearch #221

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ mounts:
'/user/data': 'shared:files/user-data'
'/backup': 'shared:files/backup'
'/tmp': 'shared:files/tmp'
hooks:
deploy: |
set -e
bin/plugin tntsearch index
6 changes: 0 additions & 6 deletions user/config/plugins/simplesearch.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions user/config/plugins/tntsearch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
enabled: true
search_route: '/search'
query_route: '/s'
built_in_css: true
built_in_js: true
built_in_search_page: true
search_type: auto
fuzzy: false
stemmer: default
display_route: true
display_hits: true
display_time: true
live_uri_update: true
limit: 20
min: 3
snippet: 300
index_page_by_default: true
filter:
items:
taxonomy@:
category: [docs]
powered_by: true
2 changes: 0 additions & 2 deletions user/plugins/simplesearch/.gitignore

This file was deleted.

223 changes: 0 additions & 223 deletions user/plugins/simplesearch/CHANGELOG.md

This file was deleted.

Loading