I have org-mode TODO items and I am using property to enter the entry-date via org-capture-templates. This is date of entry and not scheduled date. I have...
:PROPERTIES:
:Entered: [2015-08-12 Wed 17:07]
:END:
Now I need to search all the item that were entered on or after certain dates.
I can also use the sorting by entry timestamp.
Thanks.

org-modecalculates certain values during the searching process and places text-properties with those values on the data that has been gathered, which is then sorted with a starting point such asorg-entries-lessp. The three (3) main searching functions are already missing value calculations and text property assignments for many of the options in theorg-agenda-sorting-stragegy, which is why there are threads asking why sorting doesn't seem to work. Someone on the mailing list responded to my inquiry by stating that some fixes are in the works.alpha-upandalpha-down. However, the entry might be a number, in which case a different sort would be needed. Or, the entry might be a date, in which case a conversion would be needed from date to number to usets-upandts-down, and so on. All doable, but would take time for anyone motivated to enable those features and figure out a way to decide which value to assign.