[
https://issues.apache.org/jira/browse/UNOMI-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838899#comment-17838899
]
Jonathan Sinovassin-Naïk commented on UNOMI-822:
------------------------------------------------
PR on the tracker: https://github.com/apache/unomi-tracker/pull/19 to add a
function in the tracker to help searEvent
PR on Unomi: https://github.com/apache/unomi/pull/658 to add the json schema of
the search event
> Add search event
> ----------------
>
> Key: UNOMI-822
> URL: https://issues.apache.org/jira/browse/UNOMI-822
> Project: Apache Unomi
> Issue Type: Task
> Components: unomi-tracker
> Affects Versions: unomi-tracker-1.3.0
> Reporter: Jonathan Sinovassin-Naïk
> Assignee: Jonathan Sinovassin-Naïk
> Priority: Major
> Fix For: unomi-2.5.0, unomi-tracker-1.4.0
>
>
> Add the possibility to send search event to UNOMI.
> The fields of the form should be added to the flattenedProperties of the
> event to avoid to create mappings for the fields.
> The event should have the following structure to properties field of the
> event:
> {code:java}
> {
> originForm: The form name,
> language: The language,
> keyword: The search term,
> origin: The page where is located the form
> }
> {code}
> In the tracker:
> Add a function to help to build search events
--
This message was sent by Atlassian Jira
(v8.20.10#820010)