Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

aktolman's avatar

Add matching records in Nova

I can link two models in Nova fine, however I want to display a list of matches based on location underneath a row.

So I have a booking, and then underneath it i want to display all people within a radius, by querying the database.

How would I go about doing this? ideally without having to create separate vue apps etc?

0 likes
1 reply
aktolman's avatar

PS - I ended up running a task that creates the result set in a new table in the background. I then linked the table resource to display.

A work around that worked, but its a bit crap that Nova can't do it.

Please or to participate in this conversation.