Sphinx debug:
SELECT IF ((publish_up_stamp < 1 OR publish_up_stamp <= 1734744204),1,0) AS is_published_up, IF ((publish_down_stamp < 1 OR publish_down_stamp >= 1734744204),1,0) AS is_published_down, IF ((content_state = 1 OR content_state < 1),1,0) AS is_not_archived, *, WEIGHT() AS weight, IF ((featured_start < 1 OR featured_start <= 1734783804) AND (featured_end < 1 OR featured_end >= 1734783804) AND item_extra_rank > 0,1,0) AS is_featured FROM `com_sphinxsearch_nds_main_index_prod_index` WHERE MATCH('(@type \"_resources_\") (@related_resources \"_member webcast_\") (\"ndis quality and safeguarding\")') AND `source_filter` IN (1) AND `is_published_up` = 1 AND `is_published_down` = 1 AND `is_not_archived` = 1 ORDER BY `weight` DESC , `extra_rank` DESC LIMIT 0, 10 OPTION `field_weights` = (title=600,intro=3,content=10,meta_description=3,meta_keywords=3,states=2)