Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
RLIST vs BTREE.EXTRACT
I have a table with an indexed TEXT column. This column stores email addresses. Certain emails are not found by BTREE.EXTRACT but are found by RLIST. Doesn't RLIST use btree.extract under the hood? The only thing that the affected emails have in common, it seems, is that they all start with a number. I need to investigate this more though.
Comments
But BTREE.EXTRACT did mostly work. It's just that it failed for some inputs. Also weird how rlist didn't fail for these inputs.