Skip to content

Commit

Permalink
Merge pull request #5 from rinti/typo
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
specialunderwear authored Oct 21, 2021
2 parents ebcc271 + 8656cc1 commit 601f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This is a list of dictionaries that must look like this::

Currently 2 facet types are supported
1. ``term``, facets are treated as keywords and counted and matched as such.
2. ``range``, facets are treated as integer ranges, the ``ranges`` parameter must de defined for type range. It can be used to segment the range, eg. ``[10, 100, 100]`` will yield 4 filters ranges, 0-9, 10-99, 100-999 and 1000+
2. ``range``, facets are treated as integer ranges, the ``ranges`` parameter must de defined for type range. It can be used to segment the range, eg. ``[10, 100, 1000]`` will yield 4 filters ranges, 0-9, 10-99, 100-999 and 1000+

Facet ordering
++++++++++++++
Expand Down

0 comments on commit 601f2c7

Please sign in to comment.