Does CI3 Has any search library for MySQL DB? |
03-16-2015, 03:11 AM
(This post was last modified: 03-16-2015, 03:12 AM by sajid19991. Edit Reason: spelling )
well, if there is or not....i have decided to make it 3 days ago since i faced a lot of time wastage on search functions...so expect a library coming soon... but for now...
you can use in-built where clause for basic functions like.. Code: $this->db->where('MATCH (content.title) AGAINST ("'. $term .'")') or something like this Code: function search_results_count($terms) well i hope im right with those codes, been 3 years out of codeigniter...
@rakibtg Why would you need a search library for interrogating the database? Go figure, for every language on this world there is another way of doing a search library... This is more like a linguistics problem, not a programming one
![]() Website: http://avenir.ro
(03-17-2015, 10:42 PM)rakibtg Wrote: Thanks @sajid19991 i am also doing the same great....i haven't started yet so maybe if you would like i can contribute ... created any repo yet?
Any one please take a look here> http://forum.codeigniter.com/thread-1522.html
@rakibtg I don't get it. What does that thread have to do with this one (except having the same author...)?
Website: http://avenir.ro
|
Welcome Guest, Not a member yet? Register Sign In |