The BigQuery project history shows the same query twice when "topic" search is used once. ```sql SELECT "Taxon" as type, * FROM search.taxon WHERE lower(name) = lower(@name); ```
The BigQuery project history shows the same query twice when "topic" search is used once.