Aug 26, 2021 12:27 PM
I tried to search for this topic and could not find any answers.
I am trying to know if it’s possible to create a search page and when that record is available, I can manipulate the layout of the result? I am using the pro plan.
Aug 26, 2021 01:31 PM
I’m not sure that I understand your goal. Could you please share more details?
Aug 26, 2021 01:41 PM
Hi @Eddy_Maaya
This has changed my method of searching my tables, even though I haven’t yet had time to build a working solution, ready to be shared!
I hope this helps, although I still don’t know your useCase,
olπ
Aug 27, 2021 07:06 AM
Thanks for the call-out!
Setting aside the inverted index approach for ultra-fast full-text search, the essential modeling of JSON objects to effectuate hyper-performance in scripts is not unlike the dictionary approaches we use over in Python when creating performant data science solutions.
Not enough can be said about the benefit of using hash indices for just about everything where nested lookups are central to data processing and filtering.