I have an App Search engine that has product data registered. Records with product images have their URLs stored, and records without them have nulls stored.
Of these, I want to preferentially display the records for which the product image is set, and put the records without the product image in the back.
What is the most effective way to achieve this?