I have two collections. One has an item A referenced to another item B in another collection.
I have to do a manual search from the edit view of the first item A to match the other item B.
Because it’s a mongoose reference, in the widget settings, I choosed the dropdown with search enabled.
For the item B (the reference) I’ve created a smart field called “Reference” (it contains a firstname, lastname, price, blablabla).
Expected behavior
In the first item A (edit view), I would be able to search the second item B through its “Reference” smart field, not the _id field.
Actual behavior
When I type a word or just letters that should be contained in the “Reference” smart field of the item B, it doesn’t work. If I type a part of the_id field , it works.