To finish weaning ourselves off the search index, we need to make sure the SDK/CLI isn't querying it. We think this is just happening in the garden-ai search command.
Assumptions:
Whoever picks up this PR should also do a more thorough sweep of the SDK to ensure that there really is only one place it's calling search.
Acceptance Criteria
Given I am a Garden SDK/CLI user, when the Garden search index is turned off, then I don't notice a thing - everything functions as it used to.
To finish weaning ourselves off the search index, we need to make sure the SDK/CLI isn't querying it. We think this is just happening in the
garden-ai
search command.Assumptions:
Acceptance Criteria
Given I am a Garden SDK/CLI user, when the Garden search index is turned off, then I don't notice a thing - everything functions as it used to.