Welcome Guest, Not a member yet? Register   Sign In
combine like and get_where search statements
#4

[eluser]Philipp Datz[/eluser]
ar gives me no errors, instead i get both for the search results: published und un-published news in the search result. my statements are:

$this->db->like('title', $query);
$this->db->or_like('body', $query);
$this->db->where('published', 1);
$results_news = $this->db->get('news');

i tried also the following:

$this->db->where('published', 1);
$this->db->like('title', $query);
$this->db->or_like('body', $query);
$results_news = $this->db->get('news');

but the result is the same.
i think the problem is that the where clause does not work as a filter but as a addition/alternative

philipp

edit: i also tried the or_where-statement, with the same result.


Messages In This Thread
combine like and get_where search statements - by El Forum - 11-02-2008, 09:22 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 09:53 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 09:55 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:15 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:21 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:24 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:27 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:32 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 10:44 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:24 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:31 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:45 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:49 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 11:59 AM
combine like and get_where search statements - by El Forum - 11-02-2008, 12:01 PM
combine like and get_where search statements - by El Forum - 11-02-2008, 12:24 PM
combine like and get_where search statements - by El Forum - 11-11-2008, 07:10 AM
combine like and get_where search statements - by El Forum - 11-11-2008, 07:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB