# HG changeset patch # User Nicolas Chauvat # Date 1356903070 -3600 # Node ID b81231749b1649bf02ae7b6465029d1f3d9d4c15 # Parent 3ae893f9ec8415013dea1c5b81aa780535297851 [doc] fix function name FTIRANK diff -r 3ae893f9ec84 -r b81231749b16 doc/book/en/annexes/rql/language.rst --- a/doc/book/en/annexes/rql/language.rst Thu Dec 20 12:15:57 2012 +0100 +++ b/doc/book/en/annexes/rql/language.rst Sun Dec 30 22:31:10 2012 +0100 @@ -640,7 +640,7 @@ | :func:`FSPATH(X)` | expect X to be an attribute whose value is stored in a | | | :class:`BFSStorage` and return its path on the file system | +-----------------------+--------------------------------------------------------------------+ -| :func:`FTKIRANK(X)` | expect X to be an entity used in a has_text relation, and return a | +| :func:`FTIRANK(X)` | expect X to be an entity used in a has_text relation, and return a | | | number corresponding to the rank order of each resulting entity | +-----------------------+--------------------------------------------------------------------+ | :func:`CAST(Type, X)` | expect X to be an attribute and return it casted into the given |