Entity service findOne()

In the docs for the findOne method it says “Finds the first entry matching the parameters.”
My question is matching what parameters ? the only available parameters are fields and populate which are both for showing data and not matching conditions. According to the example this is more like a find by id

It is mostly findById but if you have for example localization depending on the local you select it will change ignore the ID

1 Like