Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
08fd93d5
Commit
08fd93d5
authored
Jul 14, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 578888: Search.pm: Add and store joins as data structures instead of
raw SQL. r=mkanat, a=mkanat (module owner)
parent
f0d8ea97
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
Search.pm
Bugzilla/Search.pm
+0
-0
Constants.pm
xt/lib/Bugzilla/Test/Search/Constants.pm
+0
-5
No files found.
Bugzilla/Search.pm
View file @
08fd93d5
This diff is collapsed.
Click to expand it.
xt/lib/Bugzilla/Test/Search/Constants.pm
View file @
08fd93d5
...
...
@@ -363,10 +363,8 @@ use constant KNOWN_BROKEN => {
anyexact
=>
{
percentage_complete
=>
{
contains
=>
[
2
]
},
},
# bug_group anywordssubstr returns all our bugs. Not sure why.
anywordssubstr
=>
{
percentage_complete
=>
{
contains
=>
[
2
]
},
bug_group
=>
{
contains
=>
[
3
,
4
,
5
]
},
},
'allwordssubstr-<1>'
=>
{
ALLWORDS_BROKEN
},
...
...
@@ -389,16 +387,13 @@ use constant KNOWN_BROKEN => {
},
# anywords searches don't work on decimal values.
# bug_group anywords returns all bugs.
# attach_data doesn't work (perhaps because it's the entire
# data, or some problem with the regex?).
anywords
=>
{
'attach_data.thedata'
=>
{
contains
=>
[
1
]
},
bug_group
=>
{
contains
=>
[
2
,
3
,
4
,
5
]
},
work_time
=>
{
contains
=>
[
1
]
},
},
'anywords-<1> <2>'
=>
{
bug_group
=>
{
contains
=>
[
3
,
4
,
5
]
},
percentage_complete
=>
{
contains
=>
[
2
]
},
'attach_data.thedata'
=>
{
contains
=>
[
1
,
2
]
},
work_time
=>
{
contains
=>
[
1
,
2
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment