Search over all the fields
- Dominant language
- Python
- Stars
- 102
- Forks
- 182
- PR merge metrics
- No merged PRs in 30d
Description
If the CKAN search should "know" about all the defined fields of a schema, this extensions should make use of the [`before_index`](http://docs.ckan.org/en/latest/extensions/plugin-interfaces.html?highlight=interfaces#ckan.plugins.interfaces.IPackageController.before_index) method and customize the dict that gets sent to Solr.
This issue is probably related to #54.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with CKAN's IPackageController.before_index documentation and inspect how this extension prepares data for Solr. Read related issue #54 for context. Done means the search index includes all fields defined by the schema and those fields can be searched.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100