Re: [Glpi-dev] Search Bug

2009-09-10 Thread MoYo
Hi, Patch improved and included : https://forge.indepnet.net/repositories/revision/5/8934 Thanks Ryan Foster a écrit : > There is a bug when you search in All in Computers. The problem is that > it matches too many items. > > The problem is with the this part of the query: > OR glpi_contracts.r

[Glpi-dev] Search Bug

2009-09-08 Thread Ryan Foster
There is a bug when you search in All in Computers. The problem is that it matches too many items. The problem is with the this part of the query: OR glpi_contracts.renewal=0 I have attached a patch to fix the problem. Ryan --- inc/search.function.php.old 2009-09-08 10:16:19.0 -0700 +++