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

Add simple search functionality #353

Open
Kaliumhexacyanoferrat opened this issue Dec 16, 2022 · 0 comments
Open

Add simple search functionality #353

Kaliumhexacyanoferrat opened this issue Dec 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Kaliumhexacyanoferrat
Copy link
Owner

As a developer of a web application, I would like to plug in a search page into my content so that my users can search for content and I do not need to implement it by myself.

Example

var content = Layout.Create()
                    .Add("search", Search.Create());

var app = Website.Create()
                 .Content(content);             

Acceptance criteria

  • The search handler provides a web UI that allows to search for a given query and is able to show search results (with navigation)
  • The functionality is provided in a new module (GenHTTP.Modules.Search)
  • The UI of the search can be adjusted via CSS as needed (all items have ids/classes)
  • Developers may directly open the search result page (e.g. pass query via GET / POST)
  • Search results are not indexed in search engines
  • The functionality is documented on the website
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added the enhancement New feature or request label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant