Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable metadata_fields parameter on search query. #7942

Merged
merged 31 commits into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
957dcd4
Enable metadata_fields parameter on search query.
FNI18300 Jun 14, 2021
1896d3c
Correct SolrSearchResult
FNI18300 Jun 30, 2021
e50df25
Adding documentation on API search
FNI18300 Jul 13, 2021
420470c
text updates, formatting
djbrooke Oct 5, 2021
8c495f8
Checkstyle correction
fnisseron Oct 6, 2021
93fb541
RST correction
fnisseron Oct 6, 2021
1bc6bb9
Merge branch 'IQSS:develop' into develop
FNI18300 Oct 8, 2021
7153d90
Merge branch 'develop' into search_api_metadatafields #7863
pdurbin Oct 8, 2021
4d38553
aligning indentation with codeblock
djbrooke Oct 18, 2021
9021b03
Merge branch 'search_api_metadatafields' of https://github.com/FNI183…
djbrooke Oct 18, 2021
1f3b3ba
adding newline
djbrooke Oct 18, 2021
797c218
Update search.rst
FNI18300 Oct 20, 2021
6a1eb18
taking indentation suggestion from @pdurbin
djbrooke Oct 25, 2021
239e7ec
Merge branch 'search_api_metadatafields' of https://github.com/FNI183…
djbrooke Oct 25, 2021
d24889f
Adding Headers
djbrooke Oct 25, 2021
d5d5c72
adding release note
djbrooke Oct 25, 2021
3347ddf
Merge branch 'develop' into search_api_metadatafields #7942
pdurbin Oct 25, 2021
ba1a291
add API test for metadata_fields search #7863
pdurbin Oct 25, 2021
08cbf29
tweaks to search metadata_fields docs #7863
pdurbin Oct 25, 2021
c1d3eb4
restore * to how it was before pull request #7942, with no backslash
pdurbin Oct 25, 2021
701d808
update release note #7863
pdurbin Oct 25, 2021
e53d6a8
adding 5.x
djbrooke Oct 26, 2021
47da150
updating for another test run
djbrooke Oct 26, 2021
d02c7f8
Merge branch 'develop' into pr/7942
djbrooke Nov 5, 2021
33ae51c
Merge branch 'IQSS:develop' into develop
FNI18300 Jan 6, 2022
6ffeccd
Merge remote-tracking branch 'origin/develop' into search_api_metadat…
fnisseron Jan 6, 2022
da69124
Correction json to avoid add null to jsonArray
fnisseron Jan 12, 2022
280bc5e
Merge branch 'IQSS:develop' into develop
FNI18300 Jan 14, 2022
736e38d
Merge remote-tracking branch 'origin/develop' into search_api_metadat…
fnisseron Jan 14, 2022
6099a29
Merge branch 'IQSS:develop' into develop
FNI18300 Feb 3, 2022
0f9cce6
Merge remote-tracking branch 'origin/develop' into search_api_metadat…
fnisseron Feb 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/release-notes/7863-metadata-fields.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Dynamically Request Arbitrary Metadata Fields from Search API

The Search API now allows arbitrary metadata fields to be requested when displaying results from datasets. You can request all fields from metadata blocks or pick and choose certain fields.

The new parameter is called `metadata_fields` and the Search API documentation contains details and examples: https://guides.dataverse.org/en/5.9/api/search.html
Loading