Zum Hauptinhalt gehen

How do I set the search's set list view mode, to grouped?

Kommentare

11 Kommentare

  • Cam Barnard

    Currently you do this as an end user right in the search results interface using this button. Once set, that application will remember that setting for that user between sessions.

    capture

    0
  • Don Neumann

    @Bryan Townsend? Hi Bryan did you ever find a way to set grouped results as default without any user interaction? And if so was this in the on premises or SaaS cloud development environment?

    Thanks!

    Don

    0
  • Chelsea Rozek

    Anyone find a way to set this by default for all users?

    0
  • Nico Burgerhart

    What if you use a startup workflow in your app with the results.set-list-view-mode command, and set it to grouped?

    results.set-list-view-mode
    Sets the view mode for a particular results list component, or globally for all results list components. Web only.
    Argument
    Any of:
    SetListViewModeArgs
    "grouped" | "ungrouped"
    0
  • Nico Burgerhart

    In the "Simple app" sample app which VertiGIS delivers I see it is configured in the App service, Application Initialized event.

    0
  • Chelsea Rozek

    Nice, that worked! Thanks Nico. 

    0
  • Vanessa Pocock

    Piggy-backing off of this Cam Barnard or Nico Burgerhart , is there a command that can be set to make the results “compact” after a group is selected in the the results list? The default is “standard”, but I'd prefer the default to be compact. The set density command (ui.set-density) for the App Initialization doesn't apply to the results lists density.

    This is the function I'm referring to...
     

    0
  • Vanessa Pocock

    Thank you Nico Burgerhart , I'll give it a test.

    0
  • Gareth Evans

    Hi Vanessa Pocock 

    Nico got it - though to confirm, you could do this by setting results.set-list-card-size in the Map initialized event.

    For example:

    [

      {

        "name": "results.set-list-card-size",

        "arguments": "compact"

      }

    ]



    See this super quick demo app (if you have SaaS access): 

    https://apps.vertigisstudio.com/web/designer/#app=33b6319be33c41dc9264b936dc3cf695

     

    0
  • Vanessa Pocock

    Thank you @... !

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.