Page MenuHomePhabricator

Special:LinkSearch no longer filters by path
Closed, DuplicatePublic

Description

Special:LinkSearch no longer filters by path.

Example:
It was possible to put e.g. "*.toolserver.org/~username" there and it would return the list of tools by given username. Now it returns every single link linking to toolserver.org.


Version: unspecified
Severity: major

Details

Reference
bz32671
TitleReferenceAuthorSource BranchDest Branch
Set max parallelism explicitlyrepos/search-platform/cirrus-streaming-updater!33ebernhardsonwork/ebernhardson/max-parallelismmain
Add uid's to all statefull operatorsrepos/search-platform/cirrus-streaming-updater!32ebernhardsonwork/ebernhardson/operator-uuidsmain
upgrade flink to 1.17.1repos/search-platform/cirrus-streaming-updater!28pfischerflink-1.17main
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:01 AM
bzimport set Reference to bz32671.
bzimport added a subscriber: Unknown Object (MLST).

It works alright if you don't have the "*." at the start

Right, but it's a bit unpractical, when there are 3(protocols)×2(www) posssibilities, how to link there, so you have to perform 6 searches and combine the results together.

"*.toolserver.org/~username" should return:

toolserver.org/~username
http://toolserver.org/~username
https://toolserver.org/~username
www.toolserver.org/~username
http://www.toolserver.org/~username
https://www.toolserver.org/~username

(which it does)

but not
http://toolserver.org/~otheruser
etc.

(which it does as well now but should not)

(In reply to comment #2)

Right, but it's a bit unpractical, when there are 3(protocols)×2(www)
posssibilities, how to link there, so you have to perform 6 searches and
combine the results together.

Sure, hence I didn't close the bug as RESOLVED WORKSFORME ;)

  • This bug has been marked as a duplicate of bug 15218 ***