A Dilluns 11 Agost 2008, [EMAIL PROTECTED] va escriure: > Hi there, > > I have products like "abc1234, abd1334, abe1244". I would like to search > into my products (through the form) according to two sub strings of the > product's name: "ab" and "12". How can I do it? What is the syntax? Have I > missed a documentation?
Simply searching 'ab' or '12' in the field name of the search form should return you all the products containing 'ab' or '12' anywhere in its name, be it at the beginning, middle, or end of the string. > > Thanks for your help. > > Antoine > > > > > _______________________________________________ > Tinyerp-users mailing list > http://tiny.be/mailman/listinfo/tinyerp-users -- Albert Cervera i Areny http://www.NaN-tic.com _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
