![]() |
Sergey Kornilov admin 3/5/2021 |
The typical approach is to add indexes to all searchable fields and it will make your search much faster. More info here, "SQL Query" section: |
S
|
SVblue author 3/5/2021 |
Index is set to the field. |
![]() |
Sergey Kornilov admin 3/5/2021 |
You are confusing things here. PHPRunner does not retrieve all records before searching for a specific record. |
S
|
SVblue author 3/8/2021 |
If I use |
K
|
keithh0427 3/8/2021 |
When you setup the search options for indexedField, did you select only the "Equals" checkbox? ?Are you using any Filters? |
S
|
SVblue author 3/8/2021 |
When you setup the search options for indexedField, did you select only the "Equals" checkbox? ?Are you using any Filters? I have a table with over a million records and am not experiencing this issue.
|