-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now, search happens in frontend. We suggest the admin of each wiki can decide whether to activate frontend or backend search of articles, or maybe we should get rid of frontend search altogether?
The current solution fetches all articles from database when you load the site. This could be changed so you only load the newest or most popular ones?
Then on each search, you will fetch the relevant articles from the database. Creating this would include having to make a handler in backend for DB search.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request