Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add the nominatim locator filter in the list of core filters to suppo…
…rt default '>' prefix
  • Loading branch information
nirvn committed Jun 7, 2021
1 parent 071d54c commit 0ed5801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/locator/qgslocator.cpp
Expand Up @@ -30,7 +30,8 @@ const QList<QString> QgsLocator::CORE_FILTERS = QList<QString>() << QStringLiter
<< QStringLiteral( "bookmarks" )
<< QStringLiteral( "optionpages" )
<< QStringLiteral( "edit_features" )
<< QStringLiteral( "goto" );
<< QStringLiteral( "goto" )
<< QStringLiteral( "nominatimgeocoder" ) ;

QgsLocator::QgsLocator( QObject *parent )
: QObject( parent )
Expand Down

0 comments on commit 0ed5801

Please sign in to comment.