Change in Status Query Logic
This update modifies the way our application looks for active status. Previously, it would look at the 'status' field. Now, it checks the 'published' field instead. So, it will filter and display records that are set to 'published' as true when the status is 'published', and others as false. This will make our data filtering more efficient and targeted towards relevant entries.
PR Summary