Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
m-kuhn and 3nids authored Dec 19, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
Original file line number Diff line number Diff line change
@@ -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() );

0 comments on commit 31b8054

Please sign in to comment.