On 2019-09-24 22:37, Scott Koranda wrote:
P.S. Note
that I reported yesterday an issue with pyFF MDQ not responding
correctly when the query is the sha1 hash of an entityID. Does not
being able to resolve the metadata for the SP prevent discovery from
working?
Apparently, yes.
I switched pyFF storage backends temporarily to use the default
pyff.store:MemoryStore instead of pyff.store:RedisWhooshStore. That
storage backend is able to respond to MDQ queries using the sha1 hash of
the entityID.
Once I did that the thiss-js discovery service started working as I
expected.
Thanks,
Scott K
_______________________________________________
Idpy-discuss mailing list
Idpy-discuss at lists.sunet.se
https://lists.sunet.se/listinfo/idpy-discuss
I think HEAD contains a fix for this now along with a cleanup related to
the difference between the search api and the standard entities pipeline
way of getting a search.
Confirmed. Thanks!
Scott K