You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a text: org.org_custom_connector
On parsing through tokenize, it breaks it into a URL and text token - url: "org.org" && text: "_custom_connector
Confirm, I see the same issue. For example backend.eu-central1.internal:8080 gets parsed as backend.eu only. These kind of urls are common for cloud dns names. Would be nice to have a fix/option to handle these.
I have a text:
org.org_custom_connector
On parsing through tokenize, it breaks it into a URL and text token -
url: "org.org" && text: "_custom_connector
Is there any way to override this behavior of not splitting the URL?
The text was updated successfully, but these errors were encountered: