Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with TXT field #70

Closed
SerebryanskiySergei opened this issue May 2, 2017 · 1 comment
Closed

Bug with TXT field #70

SerebryanskiySergei opened this issue May 2, 2017 · 1 comment

Comments

@SerebryanskiySergei
Copy link

When I'm trying to create advert with field in TXT part, that have a dot inside, it separates in several fields.
Creating:
...
txt: {
api_proto: protocol,
api_ver: 'v1.0',
// deprecated
pri: paramsPriority
}
...

Result:
txt: [
"api_proto=http",
"api_ver=v1",
"0",
"pri=100"
]

I've tried to put escape character \ before dot ( api_ver: 'v1.0', ) but result is the same.

@kmpm
Copy link
Collaborator

kmpm commented Nov 17, 2017

Do you have any code examples?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants