processwire-requests
processwire-requests copied to clipboard
Support IDs in ProcessPageSearch
It would be convenient if I could put something like id=1234 in the admin search box and have it return results. Right now it doesn't look like it supports IDs.
So for example if I put id=1, it would match the Home page, the home template, and the title field since those all have an id of 1.
I see that page ability was recently added here: https://github.com/processwire/processwire/commit/5fe181c315688c421fdf6fa1dce798839831dd47
Any thoughts on fields and templates?