From f9a84dcaf52c815b95307f582b7a394534fe852c Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Fri, 27 Jun 2014 13:17:36 -0400 Subject: [PATCH] Corrected event name in description --- .../source/internal_data_formats/change_log.rst | 3 +++ .../internal_data_formats/tracking_logs.rst | 15 +++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/en_us/data/source/internal_data_formats/change_log.rst b/docs/en_us/data/source/internal_data_formats/change_log.rst index 0003b844a6..aa30e177c2 100644 --- a/docs/en_us/data/source/internal_data_formats/change_log.rst +++ b/docs/en_us/data/source/internal_data_formats/change_log.rst @@ -11,6 +11,9 @@ Change Log * - Date - Change + * - 06/27/14 + - Made a correction to the ``edx.forum.searched`` event name in the + :ref:`Tracking Logs` chapter. * - 06/23/14 - Added a :ref:`Preface` with resources for course teams, developers, researchers, and students. * - 05/23/14 diff --git a/docs/en_us/data/source/internal_data_formats/tracking_logs.rst b/docs/en_us/data/source/internal_data_formats/tracking_logs.rst index f622ce81fc..821dbaf0ef 100644 --- a/docs/en_us/data/source/internal_data_formats/tracking_logs.rst +++ b/docs/en_us/data/source/internal_data_formats/tracking_logs.rst @@ -1927,13 +1927,14 @@ Forum Events ``edx.forum.searched`` ---------------------------------- -After a user executes a text search in the navigation sidebar of the Discussion tab of a course, the server emits an ``edx.forum.text_search`` event. +After a user executes a text search in the navigation sidebar of the Discussion tab of a course, the server emits an ``edx.forum.searched`` event. **Component**: Discussion Tab **Event Source**: Server -**History**: Added 16 May 2014. The ``corrected_text`` field was added on June 5 2014. +**History**: Added 16 May 2014. The ``corrected_text`` field was added 5 +June 2014. ``event`` **Fields**: @@ -1949,15 +1950,17 @@ After a user executes a text search in the navigation sidebar of the Discussion - The text entered into the search box by the user. * - ``page`` - integer - - Results are returned in sets of 20 per page. Identifies the page of results requested by the user. + - Results are returned in sets of 20 per page. Identifies the page of + results requested by the user. * - ``total_results`` - integer - The total number of results matching the query. * - ``corrected_text`` - string - - A re-spelling of the query, suggested by the search engine, which was automatically substituted for the original - one. This happens only when there are no results for the original query, but the index contains matches for - a similar term or phrase. Otherwise, this field is null. + - A re-spelling of the query, suggested by the search engine, which was + automatically substituted for the original one. This happens only when + there are no results for the original query, but the index contains + matches for a similar term or phrase. Otherwise, this field is null. .. _Instructor_Event_Types: