summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search/Condition.pm
AgeCommit message (Collapse)AuthorFilesLines
2013-05-20Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones1-1/+8
the same comment or flag r=LpSolit, a=LpSolit
2011-06-14Bug 660866: Allow editing of old "boolean chart" searches using the newMax Kanat-Alexander1-1/+7
"custom search" UI controls on the advanced search form. r=mkanat, a=mkanat (module owner)
2011-04-02Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander1-1/+11
r=mkanat, a=mkanat (module owner)
2011-04-02Bug 640045: Convert Search.pm to use the new AND/OR system internally.Max Kanat-Alexander1-0/+66
This includes creating new Search::Clause and Search::Condition objects. r=mkanat, a=mkanat (module owner)