Limiting the number of sales orders returned in the SalesOrderFactory

SOLVED

Is there a way to limit the number of sales orders that are returned when using the SalesOrderFactory by specifying some type of parameter? I'd like to just return a set of orders for a date range instead of every Sales Order on the system. I'm having to loop through thousands of orders returned in the list to get the ones I want and the performance is terrible.