Skip to content

Commit 211a86c

Browse files
committed
fix issue on taxon in #65
1 parent 2bf8944 commit 211a86c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

R/get_taxonlijsten_items.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ get_taxonlijsten_items <- function(
129129
WHERE 1 = 1
130130
AND lijst LIKE {list}
131131
AND (Naamwet_interpretatie LIKE {taxon} OR
132-
Naamned_interpretatie LIKE {taxon})",
132+
Naamned_interpretatie LIKE {taxon} OR
133+
Naamwet LIKE {taxon} OR Naamned LIKE {taxon})",
133134
whereclause,
134135
list = list,
135136
taxon = taxon,

0 commit comments

Comments
 (0)