Skip to content

Bug: regression in programmatic API for SearchMode #23

@webbertakken

Description

@webbertakken

Search mode is giving me this object now, whereas it used to give 'XLTS' as a key.

SearchMode: {
  '0': 'All',
  '2': 'Default',
  '3': 'PreRelease',
  '4': 'LTS',
  '6': 'Supported',
  All: 0,
  Default: 2,
  PreRelease: 3,
  LTS: 4,
  Supported: 6
}

I had a passing test before that looks like this

Image

Looks like SUPPORTED changed to Supported and XLTS is gone completely. It's missing keys 1 and 5 from the enum it seems.

What your recommended way forward?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions