[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-26 UTC."],[[["`TokenizedPrefixField` is a field type designed to match searches based on prefixes of individual terms within its value."],["This field type inherits properties from `Field` and `expected_type`, and is primarily known by the alias `google.appengine.api.search.search.TokenizedPrefixField`."],["The `TokenizedPrefixField` takes in `name`, `value`, and `language` as arguments, the latter representing the language of the content, and is subject to `TypeError` if the value isn't a string and `ValueError` if the value is too long."],["It provides attributes such as `language`, `name`, and `value` to retrieve specific details about the field and supports equality and inequality comparisons through the `__eq__` and `__ne__` methods."],["The `TokenizedPrefixField` class includes several class variables that define different types, including `TOKENIZED_PREFIX` itself, as well as `ATOM`, `DATE`, `GEO_POINT`, `HTML`, `NUMBER`, `TEXT`, `UNTOKENIZED_PREFIX`, and `VECTOR`."]]],[]]