dice
dice copied to clipboard
Created an api for /search endpoint and mapper function to map the com…
Fixes #728
Decription
- Created an API endpoint /search that accepts the query parameter q.
- Added support for wildcard (*) queries for partial matches.
- Returned a list of matching commands with highlighted titles ( tags for matched portions).
- Created the metadata for commands, can be a static struct with all command details.
- Included command metadata such as title, syntax, body, and URL in the response.