cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Support for filtering records by reference-* relationships #20

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

If I have a customer and bookings database, when I am viewing bookings, I want to be able to filter by customer.

I want to be able to select the customer I am filtering easily, probably via a typeahead

samsoft00 commented 1 year ago

Indexing will help here, we can load all customers via typeahead.

mike-hogan commented 1 year ago

Its kind of weird that I defined this as drop down of customers to select from, as previous implementations just did text search. In any case, its now possible to just type part of a customer name, and bookings will be filtered by that string. That is sufficient for our needs.