The reasons for not implementing a namespace filter in LinkSearch are no longer valid: moved to T12593
Without a namespace filter, the web link search is simply unusable for many large domains, as you often have to skip thousands of hits on discussion pages.
Many users circumvent the restriction by using insource search. But that's not a good solution either
A solution with good filtering options, e.g. glob or regex, would be desirable.
UPDATE 15/12/2025 (Title changed)
Add Elasticsearch ot Special:LinkSearch
- Split URL into domain, path, query and fragment
- split domain into TLD, domain, subdomains
- split path into folders
- split query into keys and values
- build function like indomain, infolder, inkey, invalue ...
- Investigate whether URL-specific functions can be used as useful filter options for general insource searches.