OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.37k stars 2.38k forks source link

Lucene Query search result limited 10 records #16779

Open gaojianzhuang opened 2 hours ago

gaojianzhuang commented 2 hours ago

Describe the bug

In the Lucene Query, if I run the match all and the result only displays 10 records the actual results count is 21.

image

Orchard Core version

1.8.4 image

Add the version of the Orchard Core NuGet packages you use, or the commit hash if you can reproduce this with the source code.

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Admin/Search/Lucene Indices'
  2. Click on 'Query' and click the "Match All query"
  3. Go to the search result and ensure the contents exceed 10 records.
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Logs and screenshots

If applicable, add log files, browser console logs, and screenshots (or screen recording videos) to help explain your problem.

github-actions[bot] commented 2 hours ago

Thank you for submitting your first issue, awesome! 🚀 We're thrilled to receive your input. If you haven't completed the template yet, please take a moment to do so. This ensures that we fully understand your feature request or bug report. On what happens next, see the docs.

If you like Orchard Core, please star our repo and join our community channels.