Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
adding textkeyword possible field, its going to be used in case is a …
Browse files Browse the repository at this point in the history
…text and a keyword so we want to be able to search as text and as keyword
  • Loading branch information
Ramon Navarro Bosch committed Jan 24, 2017
1 parent 7ba0a9e commit ab6e6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plone.server/plone/server/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class index(MetadataDictDirective):
allowed_types = (
'searchabletext',
'text',
'textkeyword',
'keyword',
'int',
'date',
Expand Down

0 comments on commit ab6e6a2

Please sign in to comment.