cvisionai/tator

Allow additional WoRMS autocomplete options

Closed this issue · 1 comments

Category
Feature Request

Problem
The autocomplete text field uses the WoRMS REST API with marine_only == false, and no other filtering options. This can lead to misleading results depending on the context of the project.

Request
Allow the following options:

  • accepted_only : Utilize the status field in the response to determine if the particular entry is accepted. If not, then ignore.
  • marine_only : Change the marine_only parameter to true
  • ignore_extinct : Ignore entries where the isExtinct == 1 in the response

Configuration list:

  • marine_only (1 or 0 default)
  • ignore_extinct (1 or 0 default)
  • only_accepted (1 or 0 default)
  • max_name_results (50 default)