We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab750a1 commit 347e08cCopy full SHA for 347e08c
haystack/sites.py
@@ -97,6 +97,12 @@ def all_searchfields(self):
97
if not field_object.index_fieldname in fields:
98
fields[field_object.index_fieldname] = field_object
99
else:
100
+ # FIXME: This needs to handle verifying the field type is
101
+ # the same.
102
+ # FIXME: This needs to handle some of the other field
103
+ # options, like ``use_template``.
104
+
105
106
# We've already got this field in the list. Ensure that
107
# what we hand back is a superset of all options that
108
# affect the schema.
0 commit comments