cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

Add back in license chooser #123

Closed lizadaly closed 7 years ago

lizadaly commented 7 years ago

Currently in the search interface, the license chooser has no effect, because all the original data was CC-BY and therefore allowed all uses anyway. We've since added 500px results, and so need to make the results respect the license choice.

lizadaly commented 7 years ago

Fixed in the code, but will require a new index mapping. Spun up a new ES instance and populating that now.

lizadaly commented 7 years ago

This now works as expected.