We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca08b8 commit e975bdeCopy full SHA for e975bde
src/gui/qgssearchquerybuilder.cpp
@@ -314,7 +314,7 @@ void QgsSearchQueryBuilder::setSearchString( QString searchString )
314
315
void QgsSearchQueryBuilder::on_lstFields_doubleClicked( const QModelIndex &index )
316
{
317
- txtSQL->insertPlainText( mModelFields->data( index ).toString() );
+ txtSQL->insertPlainText( "\"" + mModelFields->data( index ).toString() + "\"" );
318
}
319
320
void QgsSearchQueryBuilder::on_lstValues_doubleClicked( const QModelIndex &index )
0 commit comments