Database search only sees first 50 records?

Hi Giedrius,

Thank you for your reply.

My site is www.rodblunt.com

To see the problem, go to the COINSEARCHER menu and select LONG CROSS REVERSES. If you type in the search string AD, you will get 6 records returned. On this version I have the .limit() value set to 1000, and as there are only 256 records in the database all is well.

Following your post, I have copied the code across to another page, which I have named LONG CROSS (10), on which the only change I have made is to reduce the .limit() value to 10. If you now go to this page and type in the same search string AD, you will get 0 records returned. It should, of course display the same 6 records as on the page where .limit() is set to 1000, as 6 is less than 10.

Hope this is enough info to help you to identify the issue.

Regards
Rod