We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BatchSearch()
缺陷具体如下,客户在使用dp2的批检索功能发现使用了新的检索方式之后最多只能显示10条重复,实际上有超过10条的数据重复了
有一套丛书,书名为 xxx音乐特辑 该专辑下有超过100本同ISBN但是不同 $h 的分辑号该数据批量检索的时候发现只有10本问题得到发现
$h
经过和谢老师的沟通 发现在 内务中->帮助->参数配置->检索 中发现有一个参数叫做 多行检索时每一个检索词最大命中条数 这个参数在批量检索中生效,且默认设置的为10,这个参数在单个ISBN有超过10个以上的分辑时会导致以下情况
在调试完之后发现该设置只在勾选了 不使用批检索API 选项时生效,由此发现BatchSearch()的小缺陷,多行检索时每一个检索词最大命中条数这个参数设置暂时无法作用于BatchSearch() API上
The text was updated successfully, but these errors were encountered:
No branches or pull requests
更新的
BatchSearch()
缺陷缺陷具体如下,客户在使用dp2的批检索功能发现使用了新的检索方式之后最多只能显示10条重复,实际上有超过10条的数据重复了
问题的发现
有一套丛书,书名为 xxx音乐特辑 该专辑下有超过100本同ISBN但是不同
$h
的分辑号该数据批量检索的时候发现只有10本问题得到发现问题的原因
经过和谢老师的沟通 发现在 内务中->帮助->参数配置->检索 中发现有一个参数叫做 多行检索时每一个检索词最大命中条数 这个参数在批量检索中生效,且默认设置的为10,这个参数在单个ISBN有超过10个以上的分辑时会导致以下情况
BatchSearch()
的缺陷在调试完之后发现该设置只在勾选了 不使用批检索API 选项时生效,由此发现
BatchSearch()
的小缺陷,多行检索时每一个检索词最大命中条数这个参数设置暂时无法作用于BatchSearch()
API上The text was updated successfully, but these errors were encountered: