Page MenuHomePhabricator
Feed Advanced Search

Jul 25 2020

avivey added a comment to T13550: Strip markup from project descriptions displayed in the "Browse Projects" dialog.

related to T3278, probably?

Jul 25 2020, 10:57 AM · Typeahead, Feature Request

Jun 24 2020

aklapper created T13550: Strip markup from project descriptions displayed in the "Browse Projects" dialog.
Jun 24 2020, 10:28 AM · Typeahead, Feature Request

Jul 14 2019

epriestley triaged T13340: "PeopleDatasource" improperly uses "closed" state to sort bot/mailing list results to the bottom of the list as Low priority.
Jul 14 2019, 3:07 PM · Typeahead

Feb 16 2019

epriestley added a comment to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules.

(See T13251 for followup.)

Feb 16 2019, 3:20 AM · Typeahead
epriestley closed T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules as Resolved.

I believe all (?) of these are now fixed in both master and stable.

Feb 16 2019, 3:19 AM · Typeahead

Feb 15 2019

epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20176: Fix a URI construction in remarkup macro/meme rules.
Feb 15 2019, 12:56 PM · Typeahead

Feb 13 2019

epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20162: Fix some "URI->alter(X, null)" callsites.
Feb 13 2019, 5:24 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20160: Bump the markup cache version for URI changes.
Feb 13 2019, 4:59 PM · Typeahead

Feb 12 2019

epriestley added a comment to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules.

There are a very small number of noncritical setQueryParam() callsites in arcanist/ (3), instances/ (1), and services/ (3). Of these 7 callsites, 6 are about building Diviner links. I'm going to leave these as-is for now to generally simplify rolling this out, but they should be updated before setQueryParam() is actually removed.

Feb 12 2019, 10:40 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20155: Update "setQueryParam[s]()" calls in libphutil.
Feb 12 2019, 10:35 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20154: Replace all "setQueryParam()" calls with "remove/replaceQueryParam()".
Feb 12 2019, 9:38 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20153: Clean up final `setQueryParams()` callsites.
Feb 12 2019, 9:23 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20151: Replace "URI->setQueryParams()" after initialization with a constructor argument.
Feb 12 2019, 7:02 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20150: Replace "getRequestURI()->setQueryParams(array())" with "getPath()".
Feb 12 2019, 4:09 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20149: Introduce new PhutilURI API methods to move away from the ambiguity of the "set" operation.
Feb 12 2019, 3:33 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20147: Fix "AphrontRequest->getRequestURI()" for requests with "x[]=1" parameters in the URI.
Feb 12 2019, 1:42 PM · Typeahead

Feb 11 2019

epriestley updated the task description for T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules.
Feb 11 2019, 11:54 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20143: Let "phlog()" log Throwables.
Feb 11 2019, 9:18 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20142: Let the top-level exception handler dump a stack trace if we reach debug mode before things go sideways.
Feb 11 2019, 9:10 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20140: Use "phutil_string_cast()" in TypeaheadDatasource.
Feb 11 2019, 6:51 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20139: Introduce "phutil_string_cast()" to work around interesting choices in "(string)" behavior.
Feb 11 2019, 6:32 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20138: Improve top-level fatal exception handling in PHP 7+.
Feb 11 2019, 6:05 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20137: Try harder to present display/rendering exceptions to the user using standard exception handling.
Feb 11 2019, 5:38 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20136: Fix destructive representation of "?x=1&x=2" in PhutilURI so it can raise errors immediately.
Feb 11 2019, 5:18 PM · Typeahead
epriestley added a comment to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules.

I'm strongly considering allowing phutil_build_http_querystring() to build PHP-flavored query strings out of arrays again.

Feb 11 2019, 3:38 PM · Typeahead
epriestley added a revision to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: D20134: Allow typeaheads to pass nonscalar data to datasources.
Feb 11 2019, 2:54 PM · Typeahead
epriestley added a comment to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules.

The error is less opaque in PHP 7.3:

Feb 11 2019, 2:39 PM · Typeahead
epriestley updated the task description for T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules.
Feb 11 2019, 2:38 PM · Typeahead
epriestley renamed T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules from Some typeaheads use nonscalar HTTP parameters to Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules.
Feb 11 2019, 2:34 PM · Typeahead
epriestley added a project to T13250: Some typeaheads use nonscalar HTTP parameters, which fatal under new "phutil_build_http_query()" rules: Typeahead.
Feb 11 2019, 2:34 PM · Typeahead

Dec 18 2018

amckinley added a revision to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name: D19907: Fix sorting bug in ProjectDatasource.
Dec 18 2018, 8:08 PM · Customer Impact, Typeahead, Bug Report

Jun 29 2018

aklapper added a comment to T8510: Typeahead project proposals in Maniphest advanced search do not always include exact matches.

In https://phabricator.wikimedia.org/T76732#2803813 ksmith brings up that "In the search bar in the toolbar at the top of the screen, searching for "Maps" brings up Maps as the third option. Searching for "Discovery" brings up Discovery as the second option."

Jun 29 2018, 9:37 AM · Typeahead, Prioritized, Wikimedia, Infrastructure, Search

Jun 1 2018

epriestley closed T13147: tab freeze when hitting backspace in empty tokenizer as Resolved by committing rP31ee49b14d93: Fix Javascript busy loop when trying to delete tokens from an empty tokenizer.
Jun 1 2018, 9:51 PM · Typeahead
epriestley added a comment to T13147: tab freeze when hitting backspace in empty tokenizer.

Thanks!

Jun 1 2018, 8:08 PM · Typeahead
epriestley added a revision to T13147: tab freeze when hitting backspace in empty tokenizer: D19456: Fix Javascript busy loop when trying to delete tokens from an empty tokenizer.
Jun 1 2018, 8:08 PM · Typeahead
epriestley claimed T13147: tab freeze when hitting backspace in empty tokenizer.
Jun 1 2018, 8:00 PM · Typeahead

Apr 8 2018

epriestley closed T13119: Typeahead datasource debugging UI is broken after introduction of proxy datasources as Resolved by committing rPaf87f414e833: Stop the debugging view for typeahead datasources from fataling.
Apr 8 2018, 1:17 PM · Typeahead
epriestley added a revision to T13119: Typeahead datasource debugging UI is broken after introduction of proxy datasources: D19304: Stop the debugging view for typeahead datasources from fataling.
Apr 8 2018, 1:12 PM · Typeahead

Apr 7 2018

epriestley triaged T13119: Typeahead datasource debugging UI is broken after introduction of proxy datasources as Normal priority.
Apr 7 2018, 1:24 PM · Typeahead

Apr 4 2018

epriestley closed T10163: Remarkup Autocomplete Errata as Resolved.

This seems largely resolved.

Apr 4 2018, 1:59 PM · Remarkup, Typeahead

Mar 19 2018

epriestley added a comment to T12993: Datasource queries with many "JOIN ... LIKE" can have explosive complexity.

See also T13102/PHI442. The MySQL setting optimizer_search_depth=0 may fix the weird explosive complexity here.

Mar 19 2018, 2:55 PM · Infrastructure, Typeahead, Search

Feb 15 2018

epriestley closed T13079: Allow third-party code to extend the list of functions that function datasources support as Resolved by committing rPfe294d4034d7: Allow third-party code to extend upstream datasources via EngineExtension.
Feb 15 2018, 2:11 AM · Typeahead
epriestley added a comment to T13079: Allow third-party code to extend the list of functions that function datasources support.

Example usage (for simplicity, requires at least one user named "Jake" on your install to function correctly):

Feb 15 2018, 2:01 AM · Typeahead
epriestley added a revision to T13079: Allow third-party code to extend the list of functions that function datasources support: D19090: Allow third-party code to extend upstream datasources via EngineExtension.
Feb 15 2018, 1:57 AM · Typeahead
epriestley added a comment to T13079: Allow third-party code to extend the list of functions that function datasources support.

After D19089, you can probably emit a projects(people-named-jake()) token or whatever and have it work for some values of "work" and "whatever". Tentatively, it doesn't look like this needs a lot of API changes, so I'm going to move forward with the simple version of the original request.

Feb 15 2018, 1:35 AM · Typeahead
epriestley added a revision to T13079: Allow third-party code to extend the list of functions that function datasources support: D19089: Support evaluation of complex tokenizer functions.
Feb 15 2018, 1:30 AM · Typeahead
epriestley added a revision to T13079: Allow third-party code to extend the list of functions that function datasources support: D19088: Modularize the "jump nav" behaviors in global search.
Feb 15 2018, 12:31 AM · Typeahead

Feb 14 2018

epriestley added a revision to T13079: Allow third-party code to extend the list of functions that function datasources support: D19087: Rename "QuickSearch" Engine/EngineExtension to "Datasource".
Feb 14 2018, 11:38 PM · Typeahead
epriestley updated subscribers of T13079: Allow third-party code to extend the list of functions that function datasources support.

@avivey, heads up that I'm renaming PhabricatorQuickSearchEngineExtension to PhabricatorDatasourceEngineExtension. I'm leaving an empty subclass in master for now so that nothing breaks, but will delete it sooner or later, so rename QuickSearch to Datasource in your extends ... statements (and, ideally, class names) at some point before then to keep things working smoothly.

Feb 14 2018, 11:36 PM · Typeahead
epriestley renamed T13079: Allow third-party code to extend the list of functions that function datasources support from Modularize typeahead function datasources to Allow third-party code to extend the list of functions that function datasources support.
Feb 14 2018, 11:29 PM · Typeahead
epriestley triaged T13079: Allow third-party code to extend the list of functions that function datasources support as Normal priority.
Feb 14 2018, 4:56 PM · Typeahead

Sep 20 2017

epriestley added a comment to T12993: Datasource queries with many "JOIN ... LIKE" can have explosive complexity.

Some followup SHOW INDEXES from the case in PHI47 provided output which didn't have any evidence of key cardinality issues, so it seems less likely that this is a cardinality problem.

Sep 20 2017, 7:43 PM · Infrastructure, Typeahead, Search
epriestley created T12993: Datasource queries with many "JOIN ... LIKE" can have explosive complexity.
Sep 20 2017, 7:22 PM · Infrastructure, Typeahead, Search

Aug 21 2017

chad placed T7729: No Typeahead on Herald object rule creation up for grabs.
Aug 21 2017, 6:10 PM · Typeahead, Herald

Aug 6 2017

chad added a comment to T7729: No Typeahead on Herald object rule creation.

oh thanks!

Aug 6 2017, 3:36 PM · Typeahead, Herald
epriestley reopened T7729: No Typeahead on Herald object rule creation as "Open".

I don't think this is resolved, just an unclear report. To access this screen:

Aug 6 2017, 11:50 AM · Typeahead, Herald
chad closed T7729: No Typeahead on Herald object rule creation as Resolved.

image.png (1×2 px, 218 KB)

Aug 6 2017, 3:59 AM · Typeahead, Herald

Jul 7 2017

joshuaspence added a comment to T7858: Typeahead/Tokenizer Errata.

Is there a way to exclude users/projects from a query? A user on our install has asked for a way to search for Differential revisions with Project X as a reviewer where the author is not a member of Project X.

Jul 7 2017, 6:47 AM · Restricted Project, Typeahead

Jul 3 2017

epriestley closed T12894: Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first) as Resolved by committing rPa6f018210466: Fix an issue where repositories with hyphens could sort improperly in typeaheads.
Jul 3 2017, 4:28 PM · Customer Impact, Bug Report, Typeahead, Restricted Project
epriestley renamed T12894: Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first) from Install reporting an "exact match" issue with global search typeahead to Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first).
Jul 3 2017, 3:02 PM · Customer Impact, Bug Report, Typeahead, Restricted Project
epriestley added a revision to T12894: Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first): D18179: Fix an issue where repositories with hyphens could sort improperly in typeaheads.
Jul 3 2017, 2:27 PM · Customer Impact, Bug Report, Typeahead, Restricted Project
epriestley added a comment to T12894: Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first).

This is an issue specific to the repository names containing hyphens. The code is already calling calling the correct sort functions.

Jul 3 2017, 2:25 PM · Customer Impact, Bug Report, Typeahead, Restricted Project
epriestley added a comment to T12894: Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first).

I created these repositories:

Jul 3 2017, 2:14 PM · Customer Impact, Bug Report, Typeahead, Restricted Project
epriestley updated the task description for T12894: Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first).
Jul 3 2017, 1:21 PM · Customer Impact, Bug Report, Typeahead, Restricted Project
epriestley created T12894: Repositories with hyphens sort un-usefully in global search typeahead (exact matches not necessarily first).
Jul 3 2017, 1:21 PM · Customer Impact, Bug Report, Typeahead, Restricted Project

May 25 2017

amckinley closed T6906: Archived / closed objects don't have "closed" look in typeahead results, in global search typeahead only as Resolved by committing rPf29b54944f9c: Make closed objects in global typeahead look closed.
May 25 2017, 8:44 PM · Typeahead, Contributor Onboarding, Design
amckinley added a revision to T6906: Archived / closed objects don't have "closed" look in typeahead results, in global search typeahead only: D18017: Make closed objects in global typeahead look closed.
May 25 2017, 12:28 AM · Typeahead, Contributor Onboarding, Design

May 9 2017

gregprice changed the status of T8588: One instance has a severe, global performance issue, a subtask of T8444: Increase typeahead speed, from Wontfix to Resolved.
May 9 2017, 2:14 AM · Typeahead, PHUI, Restricted Project

Apr 24 2017

amckinley claimed T6906: Archived / closed objects don't have "closed" look in typeahead results, in global search typeahead only.
Apr 24 2017, 11:54 PM · Typeahead, Contributor Onboarding, Design

Apr 17 2017

epriestley added a revision to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name: D17700: Fix a bad variable in global typehaead order/limit code.
Apr 17 2017, 2:34 PM · Customer Impact, Typeahead, Bug Report

Apr 14 2017

epriestley closed T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name as Resolved by committing rPf0fbf7a7d32e: Sort "closed" results (like disabled users) to the bottom of typeaheads, but….
Apr 14 2017, 8:01 PM · Customer Impact, Typeahead, Bug Report
epriestley added a revision to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name: D17695: Sort "closed" results (like disabled users) to the bottom of typeaheads, but don't hide them completely.
Apr 14 2017, 7:23 PM · Customer Impact, Typeahead, Bug Report

Apr 12 2017

epriestley moved T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name from Backlog to Active Impact on the Customer Impact board.
Apr 12 2017, 3:29 PM · Customer Impact, Typeahead, Bug Report
epriestley added a project to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name: Customer Impact.
Apr 12 2017, 3:13 PM · Customer Impact, Typeahead, Bug Report
epriestley added a comment to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name.

Yeah, the user is struck through because they are "closed", which is because they are a bot. This isn't the best way to deal with this, but it dates from early 2014 (D8231) when everything was simpler.

Apr 12 2017, 3:09 PM · Customer Impact, Typeahead, Bug Report
swisspol added a comment to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name.

Ah I missed that sentence above, this is why the bot user is disabled:

Mailing list and bot users are also considered "closed" because you usually want to hit normal users instead of them.

Apr 12 2017, 3:07 PM · Customer Impact, Typeahead, Bug Report
swisspol added a comment to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name.

Another instance of the bug her:

pasted_file (381×1 px, 40 KB)

Apr 12 2017, 3:02 PM · Customer Impact, Typeahead, Bug Report
epriestley edited projects for T12438: Project tokenizer functions like "any()" and "not()" do not include descendants, added: Typeahead; removed Search.
Apr 12 2017, 2:46 PM · Typeahead, Projects, Maniphest, Feature Request
epriestley edited projects for T6906: Archived / closed objects don't have "closed" look in typeahead results, in global search typeahead only, added: Typeahead; removed Search.
Apr 12 2017, 2:36 PM · Typeahead, Contributor Onboarding, Design
epriestley added a comment to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name.

My intended fix here is:

Apr 12 2017, 12:03 PM · Customer Impact, Typeahead, Bug Report

Apr 11 2017

epriestley triaged T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name as Low priority.
Apr 11 2017, 7:40 PM · Customer Impact, Typeahead, Bug Report
epriestley added a comment to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name.

D17656 is legitimately pretty hacky so this is now entangled with T11110, etc.

Apr 11 2017, 7:40 PM · Customer Impact, Typeahead, Bug Report
epriestley renamed T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name from Search field in header doesn't show both tags and users with same name to Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name.
Apr 11 2017, 7:13 PM · Customer Impact, Typeahead, Bug Report
epriestley added a revision to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name: D17656: Don't filter "Closed" results (disabled users, bots, mailing lists) out of global typeahead.
Apr 11 2017, 7:11 PM · Customer Impact, Typeahead, Bug Report
epriestley added a project to T12538: Search field in header doesn't show both tags and (disabled, bot, or mailing list) users with same name: Typeahead.

This is a sort-of-intended result of several different rules colliding to make a mess. Here's the primary rule:

Apr 11 2017, 7:09 PM · Customer Impact, Typeahead, Bug Report

Mar 28 2017

epriestley closed T8588: One instance has a severe, global performance issue, a subtask of T8444: Increase typeahead speed, as Wontfix.
Mar 28 2017, 10:26 PM · Typeahead, PHUI, Restricted Project

Mar 22 2017

ruslan_a added a comment to T8510: Typeahead project proposals in Maniphest advanced search do not always include exact matches.

Hmm. Ok. Deleted.

Mar 22 2017, 7:30 PM · Typeahead, Prioritized, Wikimedia, Infrastructure, Search
chad added a comment to T8510: Typeahead project proposals in Maniphest advanced search do not always include exact matches.

Specifically, this task is about how the javascript in typeaheads rank and match choices.

Mar 22 2017, 2:56 PM · Typeahead, Prioritized, Wikimedia, Infrastructure, Search
chad added a comment to T8510: Typeahead project proposals in Maniphest advanced search do not always include exact matches.

Not similar.

Mar 22 2017, 2:55 PM · Typeahead, Prioritized, Wikimedia, Infrastructure, Search
ruslan_a added a comment to T8510: Typeahead project proposals in Maniphest advanced search do not always include exact matches.
Mar 22 2017, 2:48 PM · Typeahead, Prioritized, Wikimedia, Infrastructure, Search
ruslan_a created T12438: Project tokenizer functions like "any()" and "not()" do not include descendants.
Mar 22 2017, 2:41 PM · Typeahead, Projects, Maniphest, Feature Request

Mar 16 2017

epriestley closed T11034: Provide more information about projects, etc. in tokenizer browse dialog to make distinguishing between similar projects easier as Resolved.

That sounds reasonable to me. We remain open to more feedback here if it does turn up, but I think we don't have a clear set of next steps otherwise. Thanks for following up!

Mar 16 2017, 2:09 PM · Restricted Project, Design, Typeahead, Prioritized, Wikimedia

Mar 15 2017

aklapper added a comment to T11034: Provide more information about projects, etc. in tokenizer browse dialog to make distinguishing between similar projects easier.

If there's some remaining use case here, I'd also like to step back and understand it better since I suspect the best solution we can pursue is not any kind of UI change which makes it easier to find things by randomly typing guesses into the typeahead.

Mar 15 2017, 9:34 PM · Restricted Project, Design, Typeahead, Prioritized, Wikimedia

Jan 12 2017

epriestley closed T9362: Support viewerprojects() and implement viewerpackages() in Audit ApplicationSearch as Resolved.

I've marked D17192 as resolving this because viewer() now means "viewer, their projects, and their packages", like Differential. exact(<user>) can be used for exactly a specific user.

Jan 12 2017, 6:46 PM · Restricted Project, Typeahead, Audit
epriestley added a revision to T9362: Support viewerprojects() and implement viewerpackages() in Audit ApplicationSearch: D17192: Provide bucketing for commits in Audit.
Jan 12 2017, 6:31 PM · Restricted Project, Typeahead, Audit

Jan 10 2017

epriestley moved T9362: Support viewerprojects() and implement viewerpackages() in Audit ApplicationSearch from Backlog to EditEngine on the Audit board.
Jan 10 2017, 4:38 PM · Restricted Project, Typeahead, Audit

Nov 29 2016

epriestley added a comment to T8510: Typeahead project proposals in Maniphest advanced search do not always include exact matches.

This one is fine, I'm still going to fiddle with "in" too.

Nov 29 2016, 8:36 PM · Typeahead, Prioritized, Wikimedia, Infrastructure, Search
aklapper added a comment to T8510: Typeahead project proposals in Maniphest advanced search do not always include exact matches.

In https://phabricator.wikimedia.org/T76732#2803813 ksmith brings up that

In the search bar in the toolbar at the top of the screen, searching for "Maps" brings up Maps as the third option. Searching for "Discovery" brings up Discovery as the second option.
When editing a task and entering tags, autocomplete does bring up Maps and Discovery as the first items.

but that could be a separate (unprioritized) task I guess.

Nov 29 2016, 8:35 PM · Typeahead, Prioritized, Wikimedia, Infrastructure, Search

Nov 18 2016

epriestley added a comment to T11034: Provide more information about projects, etc. in tokenizer browse dialog to make distinguishing between similar projects easier.

Yeah, I tend to agree. I don't really see any approaches we can take here that don't make things a little worse for experienced users who already know what they're looking for, and I'm not sure there's too much of a use case left for less-experienced users.

Nov 18 2016, 5:27 PM · Restricted Project, Design, Typeahead, Prioritized, Wikimedia
chad added a comment to T11034: Provide more information about projects, etc. in tokenizer browse dialog to make distinguishing between similar projects easier.

The main concern for me would be typeaheads are for knowing what you're looking for already, and making that faster / easier. Browse interfaces are for discovery.

Nov 18 2016, 4:59 PM · Restricted Project, Design, Typeahead, Prioritized, Wikimedia