manticoresoftware / manticore-github-issue-search

Demo: GitHub search with Manticore Search
https://github.manticoresearch.com
4 stars 2 forks source link

Possibility to search across all repositories of the organization #8

Closed donhardman closed 5 months ago

donhardman commented 6 months ago

We need to add the ability to search across all the organization's repositories. This shouldn't trigger a reindexing of all repos, but it should enable searching through all the organization's data.

We'll need to modify the structure to make this happen and use the same interface we currently use for individual repositories. However, we'll add extra filters that will allow us to also filter by repositories within the organization.

donhardman commented 5 months ago

Implemented in this pull request: https://github.com/manticoresoftware/manticore-github-issue-search/pull/9

donhardman commented 5 months ago

We're closing this issue because the pull request has been merged. The deployment will coincide with the vector search release.