girder icon indicating copy to clipboard operation
girder copied to clipboard

"allowedSearchTypes" should be moved to the search utility

Open brianhelba opened this issue 7 years ago • 2 comments

As search logic is now handled in its own utility (in girder.utility.search), the set of allowed model search types (in girder.api.v1.resource.allowedSearchTypes) should be moved out of the API layer and into the search utility.

Ideally, this move would also change this mutable global into a proper internal API.

Since girder.api.v1.resource.allowedSearchTypes is part of the public namespace, it cannot be moved until a major release.

brianhelba avatar Nov 01 '17 21:11 brianhelba

@brianhelba will you have time over the next week to look into this, at least to scope out the change and see if it's viable to do this for the 3.0 milestone?

jeffbaumes avatar Oct 18 '18 13:10 jeffbaumes

@brianhelba any status update here?

jeffbaumes avatar Nov 28 '18 14:11 jeffbaumes