Skip to content

Commit

Permalink
Add 'subset' to search query fields
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Nov 7, 2022
1 parent 3884e78 commit a7759cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Add "subset" to search query fields

## [0.2.3] - 2022-10-20
### Changed
Expand Down
1 change: 1 addition & 0 deletions src/ols_py/schemas/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class PageParams(BaseModel):
"logical_description",
"obo_id",
"short_form",
"subset",
"synonym",
]

Expand Down

0 comments on commit a7759cd

Please sign in to comment.