Page MenuHomePhabricator

Remove "Application" field from ConduitSearchEngine
ClosedPublic

Authored by jcox on Sep 27 2016, 5:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 11:38 PM
Unknown Object (File)
Wed, Apr 10, 5:42 AM
Unknown Object (File)
Wed, Apr 3, 10:28 PM
Unknown Object (File)
Tue, Apr 2, 6:46 PM
Unknown Object (File)
Sun, Mar 31, 3:09 AM
Unknown Object (File)
Mar 18 2024, 4:23 AM
Unknown Object (File)
Mar 17 2024, 9:30 AM
Unknown Object (File)
Mar 17 2024, 9:30 AM

Details

Summary

Fixes T9063. Removes the "Application" field from the search because it was largely redundant with the 'Name Contains' field.

Test Plan

Went to /conduit/query/modern/, clicked on Edit Query and noted that there is no "Application" field anymore. The 'Name Contains' field still works however.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jcox retitled this revision from to Remove "Application" field from ConduitSearchEngine.
jcox updated this object.
jcox edited the test plan for this revision. (Show Details)
epriestley added a reviewer: epriestley.

Nice. Let's get rid of the withApplicationNames() method completely? I don't see any other callers...

This revision now requires changes to proceed.Sep 27 2016, 5:56 PM
jcox edited edge metadata.

DELETE MOARRR CODE

src/applications/conduit/query/PhabricatorConduitMethodQuery.php
83–84

!!!

epriestley edited edge metadata.

With that last bit, I think that's everything. Thanks!

This revision is now accepted and ready to land.Sep 27 2016, 5:59 PM
jcox edited edge metadata.

removed another vestige of application names

This revision was automatically updated to reflect the committed changes.