This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
This issue concerns the options that effect the tokenization process. The question is: are they influencing only the tokenization of the query string or of both the query string and the data string ?
Note that in order to have systems that perform a priori tokenization of the search corpus using FT indices (like all the ones we have), the tokenization parameters of ftcontains should only apply to the search strings and not the input data.
Added a note in Section 4: Because tokenization is implementation-defined, the tokenization of each item in $searchContext does not necessarily take into account the match options in $matchOptions. This allows implementations to tokenize and index input data without the knowledge of particular match options used in full-text queries.