Relative Content

Tag Archive for javascriptrregexshinydatatables

How can searches too-large-for-regex be performed in DataTables in an R Shiny app?

I need to search a specific column in a DataTable for such a large number of terms that the table.search() using regex doesn’t work. All of my search terms will either match exactly or not at all. Is there a way search a table for tens of thousands of terms that would lead to a regex of hundreds of thousands of characters?