File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1514,7 +1514,7 @@ complex permission schemes. An `example in upgrading.html
1514
1514
<upgrading.html#enhancement-to-check-command-for-permissions>`_
1515
1515
shows the use of ``ctx``.
1516
1516
1517
- **filter
1517
+ **filter**
1518
1518
A function to be executed on the results of a ``filter`` call of the
1519
1519
schema ``Class`` before displaying the results in an ``index``
1520
1520
template. Calling a ``filter`` method on all results is usually faster
@@ -1526,13 +1526,13 @@ shows the use of ``ctx``.
1526
1526
where ``db`` is the database handle, ``userid`` is the user attempting
1527
1527
access and ``klass`` is the ``Class`` in the schema.
1528
1528
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
1530
1530
executed by an index template are passed through the filter calls
1531
1531
computed by the ``filter`` function. An empty list of filter
1532
1532
parameters indicates no access. Note that defining a ``filter``
1533
1533
function also needs the definition of a ``check`` function for
1534
1534
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``
1536
1536
function is defined.
1537
1537
1538
1538
Note that the filter option is not supported for the Search
You can’t perform that action at this time.
0 commit comments