Closed pilgrim2go closed 5 years ago
Hi Van,
The search is not implemented yet. I would like to upgrade to React 16.5.2 first and it is a big change...
Working on it...
Hi Olivier,
Is it possible to have an estimate for when the Search functionality will be in place?
Thank you, Costin V.
Hi @evoluteur ,
Kind reminder.
Thank you! Costin V
Sorry, I thought I would find time to finish it. I'll checkin something within a week or 2 but I do not know when it will be really complete.
ok , @evoluteur .
Looking forward to any upgrades as this implementation will be a great enhancement.
Thank you!
I checked-in the search feature. It doesn't include "lov" fields yet but gives you basic search for fields with string values. Fields that are searched are specified in the models server-side. Let me know how it's working for you.
Hi Olivier,
Thank you for the update! Looking good!
Search is definitely helpful but Is filtering also a thing you are considering?
I think in the context of having to select from multiple columns the filtering would be a considerable advantage.
Nevertheless, really thanks for the implementation!
All the best, Costin V.
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, March 11, 2019 9:19 AM, Olivier Giulieri notifications@github.com wrote:
I checked-in the search feature. It doesn't include "lov" fields yet but gives you basic search for fields with string values. Fields that are searched are specified in the models server-side. Let me know how it's working for you.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
I plan to have both search and filters. Here is my prototype for filters: https://github.com/evoluteur/structured-filter-react
Which says:
React component for structured queries like "Contacts where Firstname starts with 'A' and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
That would not be my choice. I would much prefer (as in Excel and others) to set a condition and sort on each column.
Yes, a filter on each column is very convenient. I would still need the "query builder" style filter for cases where there is no table like in charts (which will use filters) or "saved queries". Ideally I should have both (in addition to search).
Hi,
Thanks for your great app. I'm able to add new model with less effort.
I have some questions
search
functionality? I can't find any example usingsearch
. I also find that the search flag is commented.react
, can you give me a guidance to addsearch
to a specific model? I have one model only so we can accepthard
approach.Thanks, Van