Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f155659e
Commit
f155659e
authored
Jul 08, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Fix the search filter.
parent
7b39d69e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/search/views_handler_filter_search.inc
View file @
f155659e
...
...
@@ -6,6 +6,7 @@
*/
use
Drupal\views\Join
;
use
Drupal\search\SearchQuery
;
/**
* Field handler to provide simple renderer that allows linking to a node.
...
...
@@ -179,6 +180,8 @@ function query() {
/**
* Extends the core SearchQuery.
*
* @todo: Make this class PSR-0 compatible.
*/
class
viewsSearchQuery
extends
SearchQuery
{
public
function
&
conditions
()
{
...
...
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