Below is directions on how to adjust this for both the quick search and advanced search.
How to adjust the quick search1. Open /content/boxes/quicksearch.php
2. Around line # 36 find:
if($i<=$fromMax){
3. Replace with:
if($i<=$fromMax && $i>=500000){
Note: 500,000 would be the min shown.
4. Save and close file
5. Upload to web server via FTP over older version
How to adjust the advanced search1. Open /content/storyboxes/advancedsearch.php
2. Around line # 108 find:
if($i<=$fromMax){
3. Replace with:
if($i<=$fromMax && $i>=500000){
Note: 500000 would be the min shown.
4. Save and close file
5. Upload to web server via FTP over older version