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

Update tracker params #963

Merged
merged 10 commits into from
May 4, 2023
Merged

Update tracker params #963

merged 10 commits into from
May 4, 2023

Conversation

yansavitski
Copy link
Contributor

Update the Search UI tracker to use the new tracker methods.
TODO: Add document index, results items
image

@yansavitski yansavitski requested a review from a team as a code owner April 30, 2023 12:00
items: [],
total_results: event.totalResults
},
search_application: "search-ui"
Copy link
Member

@joemcelroy joemcelroy May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exclude search_application from the event. This is reserved for the name of the search application, not the client name. This can added later on once we clarify the status of search_application

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"jsx": "react",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you know what triggered this? AFAIK, we dont and shouldn't have any JSX in this connector

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidentally added it

Copy link
Member

@joemcelroy joemcelroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good progress so far!

@yansavitski yansavitski merged commit 2680836 into main May 4, 2023
2 checks passed
@yansavitski yansavitski deleted the #4405-update-tracker branch May 4, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants