DIRACGrid / diracx

The neXt DIRAC incarnation
GNU General Public License v3.0
9 stars 20 forks source link

Add a distinct option to the db search method #134

Closed chaen closed 1 year ago

chaen commented 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.