mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-19 02:51:47 +08:00
fix(core): should not limit the number of docs of at menu (#11889)
fix AF-2544
This commit is contained in:
@@ -152,9 +152,6 @@ export class SearchMenuService extends Service {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fields: ['docId', 'title'],
|
fields: ['docId', 'title'],
|
||||||
pagination: {
|
|
||||||
limit: 1,
|
|
||||||
},
|
|
||||||
highlights: [
|
highlights: [
|
||||||
{
|
{
|
||||||
field: 'title',
|
field: 'title',
|
||||||
|
|||||||
Reference in New Issue
Block a user