You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in an effort not to change any existing functionality, when searching for completions using typeahead when someone types into the search bar, the ES6 completions functionality is used. The existing suggestion functionality that uses edgengrams is left intact. Most likely the completions functionality can fully replace the existing suggestions functionality.
Test and verify that replacing suggestions using edgengrams with ES6 completions works properly and then implement the replacement.
The text was updated successfully, but these errors were encountered:
Here is the code that adds the _auto_complete fields based on all the AutocompleteField declarations on the models. Each AutocompleteField now yields both and edgengram in the mapping and a completion field. Would be nice if we could drop the edgengrams.
Currently, in an effort not to change any existing functionality, when searching for completions using typeahead when someone types into the search bar, the ES6 completions functionality is used. The existing suggestion functionality that uses edgengrams is left intact. Most likely the completions functionality can fully replace the existing suggestions functionality.
Test and verify that replacing suggestions using edgengrams with ES6 completions works properly and then implement the replacement.
The text was updated successfully, but these errors were encountered: