Search the Delivery Note register
Use the live client-side search across the rows already loaded by the register.
Exact navigationAdmin Area → Delivery Note → Search delivery notes
What this guide covers
Use the live client-side search across the rows already loaded by the register. This guide follows the supplied Delivery Note module’s live hooks, controller actions, model rules, views and stored side effects.
Exact step-by-step process
- Open the register.
- Enter a reference, invoice value, recipient, date, status or created-date fragment in Search delivery notes.
- Review the matching loaded rows.
- Clear the search to restore all loaded rows.
Fields, choices and supported possibilities
- Search scans the visible text of each loaded table row
- No server request is made for each search term
- Search scope is limited to the newest 100 records returned by the model
Code-backed validations and workflow rules
- The search is case-insensitive client-side behaviour.
- It cannot find a record that was not in the initial 100-row response.
- Page-size and search work together on the current loaded set.
Expected result and verification
- The register narrows immediately to rows containing the entered text.
Checks, security and troubleshooting
- Use the exact reference where possible to avoid selecting a similarly named recipient.
Stay within the supported flowDo not force database values, expose secure tokens, bypass permission checks, replace a stored signature or invent a status or interface that the supplied code does not implement.
