fix(core): should not limit the number of docs of at menu (#11889)

fix AF-2544
This commit is contained in:
pengx17
2025-04-22 10:33:24 +00:00
parent 3794f8aa80
commit ab2d0b5485

View File

@@ -152,9 +152,6 @@ export class SearchMenuService extends Service {
},
{
fields: ['docId', 'title'],
pagination: {
limit: 1,
},
highlights: [
{
field: 'title',