-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined index: search_field #446
Comments
Hello @falkartis can you please describe exactly what the problem is? When are you getting this error and with which theme? |
Yes, I see the description is quite short, I'm sorry for that. The problem appears when in one page you use a filter on the search field (on the bottom) for a specific column and then you change to another page which doesn't have that column. In my case php spits out two notices saying The theme is flexigrid. |
i believe this this bug: |
when empty($data['search_field']) |
I changed |
grocery-crud/application/libraries/Grocery_CRUD.php
Line 3235 in d2f71fb
I'm not sure about if this is the right solution but the idea is: Change search_field with search_text
The text was updated successfully, but these errors were encountered: