allow the user to paste in a series of search terms.
We have instances where we want to search several terms or unique IDs. We can add several search fields and make them OR, but this makes search form congested. There are platforms out there that allow you to paste in a block of data. For example, now if we want to find information for records 1, 15, 164, 10,000 and 123,000, we search greater than equal to 1 and less then or equal to 123,000. we therefore retrieve 123,000 records, but we really only want to see the 5 records. It would be nice to paste in these 5 records IDs in a search area of this field, and only 5 records would be retrieved.