Skip to content

Backend search #12

@Necrois

Description

@Necrois

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions