jooDatabase Forum
Welcome Guest   [Register]  [Login]
 Subject :Re:Search by ID not by Name.. 2009-11-12 21:59:43 
Adeel

Guest
Thanks it works
IP Logged
 Subject :Re:Search by ID not by Name.. 2009-11-08 13:12:45 
Joined: 2012-02-08 01:15:42
Posts: 0
Location

Nice work!

Can I search by ID and NAME?

What do I have to modify?

Thank's!

IP Logged
 Subject :Re:Search by ID not by Name.. 2009-11-07 12:01:44 
Rubbel

Guest


You want to search where?

The sitewide search (plugin) or the internal search (catalog-view)

For the catalog view you must change the model in

/components/com_joodb/model/ctalog.php

change line 88 and 90

$where[] .= " (a.".$this->_joobase->ftitle." LIKE '%".$search."%' ".
" OR a.".$this->_joobase->fcontent." LIKE '%".$search."%' ) ";

to

$where[] .= " (a.".$this->_joobase->fid." = '".$search."'  ) ";

 



[Adeel 2009-11-06 23:24:30]:
I wants to search by ID how can i cahge it to do by s

Means it will only just search by ID not by name


IP Logged
 Subject :Search by ID not by Name.. 2009-11-06 23:24:30 
Adeel

Guest

I wants to search by ID how can i cahge it to do by s

 

 

Means it will only just search by ID not by name

IP Logged
Page # 


Powered by ccBoard