Navigation Menu

Skip to content

Commit

Permalink
Update src/app/locator/qgsinbuiltlocatorfilters.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: 3nids <denis.rouzaud@gmail.com>
  • Loading branch information
m-kuhn and 3nids committed Dec 19, 2018
1 parent 7d3fe69 commit 31b8054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/locator/qgsinbuiltlocatorfilters.cpp
Expand Up @@ -366,7 +366,6 @@ void QgsAllLayersFeaturesLocatorFilter::prepare( const QString &string, const Qg
enhancedSearch.replace( ' ', '%' );
req.setFilterExpression( QStringLiteral( "%1 ILIKE '%%2%'" )
.arg( layer->displayExpression(), enhancedSearch ) );
.arg( enhancedSearch ) );
req.setLimit( 30 );

std::shared_ptr<PreparedLayer> preparedLayer( new PreparedLayer() );
Expand Down

0 comments on commit 31b8054

Please sign in to comment.