You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See for example openblock/ebdata/ebdata/scrapers/us/ma/boston/restaurants. This stuff JSON in a single Attribute column. Works OK for storage, but there's no way to index it, and no good general way to display it.
All we have is the eb_json.py template filter, which doesn't give us any useful way to use the lookup IDs that are stored in there by the restaurants scraper.
Two possible solutions:
either eb_json.py could grow support for resolving Lookup IDs (how? look for dict keys with that magic name?) ...
or the newsitem_detail view could grow a hook where you could somehow register type-specific code to enhance the context.
The text was updated successfully, but these errors were encountered:
See for example openblock/ebdata/ebdata/scrapers/us/ma/boston/restaurants. This stuff JSON in a single Attribute column. Works OK for storage, but there's no way to index it, and no good general way to display it.
All we have is the eb_json.py template filter, which doesn't give us any useful way to use the lookup IDs that are stored in there by the restaurants scraper.
Two possible solutions:
The text was updated successfully, but these errors were encountered: