Skip to content

Commit

Permalink
updates readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
samberrry committed Apr 28, 2020
1 parent facdb10 commit 2a3308f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Results on ``title`` or ``content`` are weighted in the results. Search result s
Enable wildcard after words. So when searching for for example ``car`` it will also match ``carbon``.

### exclude_feature_enabled
This feature excludes some rows to be returned. Enable this when you have a toggle switch in your model which determines this record must be returned in search queries or not. By default this feature is disabled.
This feature excludes some rows from being returned. Enable this when you have a flag in your model which determines whether this record must be returned in search queries or not. By default this feature is disabled.
### exclude_records_column_name
The column name for that property (which acts as a toggle switch). This must match the exact column name at the table.
The column name for that property (which acts as a flag). This must match the exact column name at the table.

## Change log

Expand Down

0 comments on commit 2a3308f

Please sign in to comment.