Replies: 2 comments 2 replies
-
@linonetwo the search results and form in TW are all implemented in wikitext. The best way to go about this might be to implement a filter operator that uses meilisearch, and then add your own search results tiddler using this filter operator: https://tiddlywiki.com/#Customising%20search%20results |
Beta Was this translation helpful? Give feedback.
-
meilisearch is a "search server". So it will be more or less useless for single file wikis. There is the https://github.com/hoelzro/tw-full-text-search/ plugin, which creates a "local" index, per request or at startup. It does have a "fuzzy search" function, which isn't activated by default. ... So there would be a little adjustment needed. Fuzzy-search will be done if you type: |
Beta Was this translation helpful? Give feedback.
-
I'd like to create a plugin that uses https://github.com/meilisearch to provide search results, is there an API to hook into the search form in TW?
Beta Was this translation helpful? Give feedback.
All reactions