I have an object entity in which i store many fields including clientNumber and clientName . I know that i can use property query on the clientNumber field but i wouldn't get the clientName, i also know that in objectbox for java there is a filter method that might solve my problem, but appart from retrieving all the clients and filtering data manually i don't know any other way to do it with flutter .
Could you tell me if there is a more elegant way to achieve the same result ?
Thank you by advance for your answer, and for the great product that is objectbox