Files
payloadcms/packages/plugin-search
Alessio Gravili 0058f82d87 perf: add limit: 1 and pagination: false to various payload queries (#11319)
`payload.find` queries can be made faster by specifying `limit: 1` and `pagination: false` when only the first document is needed. This PR applies those options to various queries to improve performance.
2025-02-21 11:09:40 -07:00
..
2022-02-19 11:02:55 -05:00
2025-02-19 13:37:26 -05:00

Payload Search Plugin

A plugin for Payload to generate records of your documents that are extremely fast to search on.