Skip to content

Commit 3b571e1

Browse files
author
alex-omophub
committed
Update threshold parameter in SearchResource documentation
- Changed the default value of the `threshold` parameter from 0.3 to 0.5 in both the R6 class and the corresponding documentation to reflect the updated minimum similarity threshold.
1 parent 6d753d2 commit 3b571e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/search.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ SearchResource <- R6::R6Class(
233233
#' @param domain_ids Filter by domain IDs.
234234
#' @param standard_concept Filter by standard concept ('S' or 'C').
235235
#' @param concept_class_id Filter by concept class ID.
236-
#' @param threshold Minimum similarity threshold (0.0-1.0, default 0.3).
236+
#' @param threshold Minimum similarity threshold (0.0-1.0, default 0.5).
237237
#' @param page Page number (1-based). Default 1.
238238
#' @param page_size Results per page (max 100). Default 20.
239239
#'

man/SearchResource.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)