Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
80e83c5b
Commit
80e83c5b
authored
Jul 11, 2016
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Search for term in project description and long description.
parent
a4d0533b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
www/aptui/lists.ajax
www/aptui/lists.ajax
+2
-0
No files found.
www/aptui/lists.ajax
View file @
80e83c5b
...
...
@@ -118,6 +118,8 @@ function Do_SearchProjects()
"left join users as u on u.uid_idx=p.head_idx "
.
"where
$portal_test
and "
.
" (pid like '%${text}%' or "
.
" p.name like '%${text}%' or "
.
" p.why like '%${text}%' or "
.
" u.usr_name like '%${text}%' or "
.
" u.usr_affil like '%${text}%') "
.
"order by pid"
);
...
...
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