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
At the moment the apps are adding information about the users contact address and the actual search query to the feedback in a hacky way: The contact address is just appended to comment (as Kontaktadresse: <mail>/Keine Angabe while the actual search query is just appended (as (actual query: <query>)).
Motivation
At the moment the apps are adding information about the users contact address and the actual search query to the feedback in a hacky way: The contact address is just appended to
comment
(asKontaktadresse: <mail>/Keine Angabe
while the actual search query is just appended (as(actual query: <query>)
).This prevents
Proposed Solution
Add designated and optional fields
contactAddress
andactualQuery
to the search feedback POST requests: https://digitalfabrik.github.io/integreat-cms/api-docs.html#search.Alternatives
a) Use
query
for the actual query and add a new fieldwantedInformation
or similar for the adjusted queryb) Keep the current behavior.
User Story
Please notify the app team once this is done.
Related: #2699.
Current status:
Design Requirements
Perhaps a design that allows for additional columns?
The text was updated successfully, but these errors were encountered: