-
Notifications
You must be signed in to change notification settings - Fork 167
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
Title is too long, body is too short #180
Comments
Using the Regex matching in the custom fields allows for this kind of additional customization |
Sorry, could you provide more details? I've set minimum number of words for the body (as you can see on the screenshot), but it does not work for the Body field (as you can see on the screenshot). |
I see, this may help. Thanks @calvinballing. |
I have an issue with the text generation - it looks not as expected. For example title field should be short (normally 2-5 words) and body should be long (normally >20 words), but often title generated is longer than body:
To workaround the issue I've created custom field configuration for title and body:
And now it looks like this:
.
is added to the end of the title, but I don't need it (it's a punctuation error btw)So how can I generate short text for titles and long text for bodies? And add/exclude the full stop (
.
) at the end of the generated text?The text was updated successfully, but these errors were encountered: