Closed chaen closed 1 year ago
The use case is to be able to return the distinct list of values matching given parameter. This fits nicely in the search method of the DB classes, that needs adding a distinct=False parameter.
search
distinct=False
The use case is to be able to return the distinct list of values matching given parameter. This fits nicely in the
search
method of the DB classes, that needs adding adistinct=False
parameter.