Skip to content
Snippets Groups Projects
Closed insights: escape whitespace for aggregation drilldown queries
  • View options
  • insights: escape whitespace for aggregation drilldown queries

  • View options
  • Closed Issue created by Administrator

    Created by: coury-clark

    When author fields have whitespace they will break the semantic of a drilldown query unless whitespace is escaped. For example:

    Aggregation query: type:commit insight

    Returning drilldown: type:commit author:Santa Claus insight

    In reality we need to generate: type:commit author:Santa\ Claus insight or type:commit author:Santa\sClaus insight

    /cc @joelkw @felixfbecker @vovakulikov @unclejustin

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first