if i use jrCore_db_search_items function with return_count param to true and my records is over 10 items, the result is always 10 because it always append "LIMIT 10". If i want the number of records i need to set limit param to 999999.
It's a workaround that i don't like!
updated by @dredaelli: 07/21/14 01:05:52AM