OpenDevelopmentMekong / ckanext-odm_nav

Extensions exposing common functionalitities to other ckanext-odm* extensions
1 stars 1 forks source link

Fixes #3 #4

Closed acorbi closed 8 years ago

acorbi commented 8 years ago

@chris-aeviator Please note the extras_ prefix for odm_specific fields (defined with scheming). Solr handles them as extras and therefore this PR updates the references to them by appending the prefix mentioned.

You need to change the navigation to something like:

../laws_records?extras_odm_spatial_range=kh (note that value is country code, not country name) ../laws_records?extras_taxonomy=Labor ( here value equals tag name, I believe CKAN sanitizes the string internally before searching ).

Pleas merge, integrate with your code and deploy

chris-aeviator commented 8 years ago

please take note of https://github.com/OpenDevelopmentMekong/ckanext-odm_nav/issues/5