Hi,
Happy New Year !!
I am using DIRAC version: v6r21
And building a server-side extension on top of vanilla DIRAC, for which I am using "getFields" API from MySQL.py (DIRAC/Core/Utilities/MySQL.py).
I was trying to perform "LIKE" query using this API but unfortunately, "getFields" API doesn't support it.
Would it be a good idea to extend the core functionality of "getFields" API (DIRAC/Core/Utilities/MySQL.py) and perform method overriding of "buildCondition" method under (DIRAC/Core/Utilities/MySQL.py) to include the "LIKE" query feature?
Could you please advise is the best way to perform the "LIKE" query? Is it a good idea to perform method overriding on the core functionality of vanilla DIRAC?
Thanks,
Dhiraj
Belle II Computing Group