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

struct type url - prefix and postfix do not work as expected #630

Closed
Chris75forumname opened this issue Mar 6, 2023 · 2 comments
Closed

Comments

@Chris75forumname
Copy link

Chris75forumname commented Mar 6, 2023

In struct type url - prefix and postfix do not work as expected:

  • Expected behaviour: prefix and postfix like in struct type text are placed before and after the actual entry, respecively.
  • Actual behaviour: prefix and postfix are build into the link like so: https://prefixwww.test.depostfix
  • Problem: This is neighter intuitive nor useful.
  • Solution: However, please provide additional prefix and postfix fields for before and after actual entry (needed for aggregationlist).
@saggi-dw
Copy link
Contributor

saggi-dw commented Mar 6, 2023

The behavior is in line with what is expected:

autoscheme: https
prefix: www.dokuwiki.org/start?do=search&q=
postfix: &id=dokuwiki

value: struct
results in:
https:// www.dokuwiki.org/start?do=search&q= struct &id=dokuwiki

Or have I misunderstood that?

@Chris75forumname
Copy link
Author

Chris75forumname commented Mar 7, 2023

Alright! However, then please provide additional prefix and postfix fields for before and after actual entry. When I am using aggregationlist to list data, I need to put some sort of delimiters in between data items. This applies to struct_url like any other struct data type, in general.

@splitbrain splitbrain closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2023
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

4 participants