Hi, I have just one more problem :D ! When I use a search engine it is searching only in "View" table , what to do to search in all fields ?
Тhanks in advance! :)
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 02 December 2015 - 07:26 AM
Hi, I have just one more problem :D ! When I use a search engine it is searching only in "View" table , what to do to search in all fields ?
Тhanks in advance! :)
Posted 07 December 2015 - 13:35 PM
Help please ! :( :unsure:
Posted 11 December 2015 - 11:14 AM
Any help please.
Thanks in advance.
Posted 16 December 2015 - 11:57 AM
Please heeelp!
I have $crud->columns('field1','field2','field3','field4');
and now when i search, get results from 'field1','field2','field3','field4', but I want to look at 'field1','field2','field3','field4','field5','field6'.....
Is not there any solution ?
Posted 17 December 2015 - 23:28 PM
Well search in all fields means - its gona search in all the columns thats visible. When you displaying only 3 fields (columns) - thats all whats GC is going to search for .. and that makes sense rather then looking in across 10 fields but display only 3. Else the results that user may be seeing will be absurd. They wont understand a bit of thing as why is this row showing up even it it dose not have the searched value.
Happy GCing :)