utilities/file_location_listing#25 added a parsed version of the URL to the in-memory index.
A side effect of this is that the domain
operator can now be applied using the index alone, removing the need to load files from storage to check the domain.
Activity
31-Dec-23 12:13
assigned to @btasker
31-Dec-23 12:17
mentioned in commit f8e381e84f866a70f00e4c4c64232df2a10571c4
Message
feat: satisfy
domain
operator searches using index alone (utilities/file_location_listing#26)31-Dec-23 12:18
Although this change means that nothing is currently calling
checkItemConstraint()
, I've left it in place - at some point there'll be something we want to filter by stored value.