We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf8944 commit 211a86cCopy full SHA for 211a86c
1 file changed
R/get_taxonlijsten_items.R
@@ -129,7 +129,8 @@ get_taxonlijsten_items <- function(
129
WHERE 1 = 1
130
AND lijst LIKE {list}
131
AND (Naamwet_interpretatie LIKE {taxon} OR
132
- Naamned_interpretatie LIKE {taxon})",
+ Naamned_interpretatie LIKE {taxon} OR
133
+ Naamwet LIKE {taxon} OR Naamned LIKE {taxon})",
134
whereclause,
135
list = list,
136
taxon = taxon,
0 commit comments