Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AutocompleteClient/FW/Logic/Worker/ConstructorIO.swift
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public class ConstructorIO: CIOSessionManagerDelegate {
- searchTerm: The term that the user selected
- originalQuery: The current text in the input field
- sectionName: The name of the autocomplete section the term came from (usually "Search Suggestions")
- group: Item group (if present)
- The group to search within. Only required if searching within a group, i.e. "Pumpkin in Canned Goods"
- resultID: Identifier of result set
- completionHandler: The callback to execute on completion.

Expand All @@ -369,7 +369,7 @@ public class ConstructorIO: CIOSessionManagerDelegate {
- Parameters:
- searchTerm: The term that the user searched for
- originalQuery: The current text in the input field
- group: Item group (if present)
- The group to search within. Only required if searching within a group, i.e. "Pumpkin in Canned Goods"
- completionHandler: The callback to execute on completion.

### Usage Example: ###
Expand Down
Loading