Skip to content

Commit 6ffe0fc

Browse files
committed
markup fixes and word typo fix.
Now passes 'make html' in website/www.
1 parent 6b81886 commit 6ffe0fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/reference.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ complex permission schemes. An `example in upgrading.html
15141514
<upgrading.html#enhancement-to-check-command-for-permissions>`_
15151515
shows the use of ``ctx``.
15161516

1517-
**filter
1517+
**filter**
15181518
A function to be executed on the results of a ``filter`` call of the
15191519
schema ``Class`` before displaying the results in an ``index``
15201520
template. Calling a ``filter`` method on all results is usually faster
@@ -1526,13 +1526,13 @@ shows the use of ``ctx``.
15261526
where ``db`` is the database handle, ``userid`` is the user attempting
15271527
access and ``klass`` is the ``Class`` in the schema.
15281528
The ``filter`` function must return a list of dictionaries of
1529-
parameters of the `Class.filter`` call. Results found during a query
1529+
parameters of the ``Class.filter`` call. Results found during a query
15301530
executed by an index template are passed through the filter calls
15311531
computed by the ``filter`` function. An empty list of filter
15321532
parameters indicates no access. Note that defining a ``filter``
15331533
function also needs the definition of a ``check`` function for
15341534
checking individual items for visibility. A ``check`` function is
1535-
manufactured automatically from a ``filter`` function in no ``check``
1535+
manufactured automatically from a ``filter`` function if no ``check``
15361536
function is defined.
15371537

15381538
Note that the filter option is not supported for the Search

0 commit comments

Comments
 (0)