This topic is locked

Remove quick search block

7/12/2011 2:24:06 AM
PHPRunner General questions
J
jevobz author

Hi folks, is there a way to completely remove quick search panel leaving only "regular", field-bound search panel without manual edition of HTML page?

In lots of cases (let's say broad tables with 100s of thousands of records, especially when AJAX suggest is enabled) that option actually reduces performance and bloats server with lots of "or" conditions.
If that's not possible I'd recommend to add that option on "Misc" page, near "Move next" option.

C
cgphp 7/12/2011

Not sure what you mean. "regular", field-bound search panel ????

Anyway, try this solution:

in the "List page settings" uncheck the second, the third and the fourth option:

http://xlinesoft.com/phprunner/docs/edit_page_settings.htm

J
jevobz author 7/12/2011



Not sure what you mean. "regular", field-bound search panel ????

Anyway, try this solution:

in the "List page settings" uncheck the second, the third and the fourth option:

http://xlinesoft.com/phprunner/docs/edit_page_settings.htm


By regular I mean search panel, where criteria means exactly one field in the table. Date of incident for example, or surname of patient. It is enabled by "show search panel", and I really need it.
What I'd like to remove is "all-fields search" with its buttons, where criteria can be applied to multiple fields. It's shown everywhere and I haven't found a way of removing it except HTML editing. That functionality is inside {$simpleSearchFieldCombo}, {$simpleSearchTypeCombo} and some other variables (I wanted to upload image from my PC but it seems that forum does not allow to attach user's images)