dice icon indicating copy to clipboard operation
dice copied to clipboard

Created an api for /search endpoint and mapper function to map the com…

Open tanbirali opened this issue 4 months ago • 0 comments

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.

tanbirali avatar Sep 27 '24 11:09 tanbirali