Index: trunk/extensions/Wikidata/OmegaWiki/SpecialSuggest.php |
— | — | @@ -123,7 +123,8 @@ |
124 | 124 | $query == 'translated-text-attribute' or |
125 | 125 | $query == 'text-attribute' or |
126 | 126 | $query == 'link-attribute' or |
127 | | - $query == 'collection') |
| 127 | + $query == 'collection' or |
| 128 | + $query == 'defined-meaning-attribute') |
128 | 129 | $searchCondition = " WHERE $rowText LIKE " . $dbr->addQuotes("$search%"); |
129 | 130 | else |
130 | 131 | $searchCondition = " AND $rowText LIKE " . $dbr->addQuotes("$search%"); |