issues
search
cozy
/
cozy-data-indexer
[DEPRECATED] REST API for data indexation
http://cozy.io
GNU Affero General Public License v3.0
14
stars
9
forks
source link
Limitations
#11
Open
jsilvestre
opened
10 years ago
jsilvestre
commented
10 years ago
Here is a list of the limitations I've encountered:
you can't search a specific field (because of the indexer's data model) [this one is hard,
https://pythonhosted.org/Whoosh/schema.html#dynamic-fields
could be the solution]
only string fields can be indexed (I think it's a bug actually)
apps can't know how many relevant results there are so they can't paginate properly (should be an option to prevent BC break)
Here is a list of the limitations I've encountered: