This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Issue: booleannaming, priority: , status: open I agree with the suggestion listed in this issue that ftand and ftor would be preferable to && and || && has problems in XPath as that's often used in XML so would have to be && XPath already makes use of < but there's no need to make the sitation worse, and a query using full text search is likely to make a lot of use of && || can easily be misread as |.
The Full-Text Task Force (FTTF) was advised that it could not change "&&", "||", "!" in XQuery and XPath Full-Text to "and", "or", "not" without producing conflicts with XQuery. At the last Face-to-Face, the FTTF decided not to change from "&&", "||", "!" to "ftand", "ftor", "ftnot". The majority of the FTTF prefers the symbolic notation. The FTTF realizes that the ampersands will need to be escaped if a query is placed in an URL, but considers that manageable. This is the official FTTF response. Please let us know if you agree with this resolution by adding a comment to the issue record and changing the Status of the issue to Closed. Or, if you do not agree with this resolution, please add a comment explaining why.
The spec asked for comments on this issue and I commented but I have no formal objection to any resolution. > the FTTF realizes that the ampersands will need to be escaped if a > query is placed in an URL, but considers that manageable. Putting a full text query in a URL might be rather rare, a more common requirement is likely to be to put an xpath+ft into an XML document, but && isn't impossible, people will live with it.