Skip to content

Commit

Permalink
Add suggested note about duplicate search events
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Jul 11, 2024
1 parent bfd0b7c commit ab8298c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/tasks/search_event_loader.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ require 'csv'

# Loaders can bulk load data
namespace :search_events do
# csv loader can bulk load SearchEvents and Terms
# csv loader can bulk load SearchEvents and Terms.
#
# @note For use in development environments only. Deuplicate search events will be created if the same CSV is loaded
# multiple times.
#
# @note the csv should be formated as `term phrase`, `timestamp`. A dataclip is available that can export in this
# format.
# @example
Expand Down

0 comments on commit ab8298c

Please sign in to comment.