This repository was archived by the owner on Feb 6, 2025. It is now read-only.
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Implement new operator: has_substring within in_collection #878
Open
Description
Not sure how broad the use case is for this, but I ran into an application this morning.
Example query: all companies in the US whose names include the name of any of the presidents sculpted into the side of Mount Rushmore.
Would be pretty sweet to run this as one query! As of writing, there are only four faces on the side of Mount Rushmore. But in the future, who knows! Other examples could require many more in_collection too that would be tedious to write out as individual queries.