project Utilities / File Location Listing avatar

utilities/file_location_listing#26: Satistfy `domain` dork using index



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: v0.2.1
Created: 31-Dec-23 12:13



Description

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.



Toggle State Changes

Activity


assigned to @btasker

verified

mentioned in commit f8e381e84f866a70f00e4c4c64232df2a10571c4

Commit: f8e381e84f866a70f00e4c4c64232df2a10571c4 
Author: B Tasker                            
                            
Date: 2023-12-31T12:16:52.000+00:00 

Message

feat: satisfy domain operator searches using index alone (utilities/file_location_listing#26)

+8 -5 (13 lines changed)

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.