Setyenv · Docs
  • English
  • Español
  • 中文
  • 日本語
  • العربية
  • Deutsch
  • Français
  • हिन्दी
  • Bahasa Indonesia
  • Italiano
  • Nederlands
  • Português
  • Русский
  • Türkçe

URL field

A validated web URL. Stored as VARCHAR(2048). Validates that the value is a well-formed URL with a recognised scheme (http, https, ftp, mailto, tel) and a valid hostname.

Configuration

SettingDefaultNotes
Requiredno
Default value(none)
Allowed schemeshttp, httpsWhich URL schemes are accepted
Open in new tabyesLink behaviour in the list view
Indexedno

Form rendering

<input type="url"> with native browser validation.

List rendering

As a clickable link. If the value is longer than the column width, the display label shows the domain only (e.g. "example.com"). Hover tooltip reveals the full URL.

EQL operators supported

:, !=, ~=, ~^, is null, is not null. Matching is case-insensitive.