GitLab API allows you to query for issues with specific label(s), state or milestone but is there a way to get all the issues that match the given search term? For example:
GET /projects/:id/issues?search=angular If the above is not possible, is there a well-known recipe of how to achieve this (for example, a guide of setting up Elasticsearch or Solr to index all the issues)? I know there's another thread here about enabling full-text search for the entire project/repository but we're only interested in searching through the issues. Thanks. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/b82030c6-9328-4824-87be-450654297829%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
