Hi All, I am trying to use ord() function query ord() on created_date. I am concrened with the warning of ord behaviour as it uses actual entry creation in indices instead of created_date value.
Does all entries created initially with different created_date will have same or nearly ordinal value? If yes then how is the age calculation for the document works? Does creation of index should have knowledge of creation date of document while adding into indices? Thanks amit