Make Trans.QueryBuilder.with_translation_ilike/5 private
crbelaus opened this issue · 1 comments
crbelaus commented
The function Trans.QueryBuilder.with_translation_ilike/5
has public access. This function should not be directly accessed and instead should be used by calling the Trans.QueryBuilder.with_translation/5
function.
This change will produce a modification of the Trans
API, so I have to think in which version it should be included.
crbelaus commented
This issue is already fixed.