Skip to main content

Website Search Page

  • August 26, 2021
  • 3 replies
  • 11 views

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.

3 replies

Justin_Barrett
Forum|alt.badge.img+21
  • Inspiring
  • 4647 replies
  • August 26, 2021

I’m not sure that I understand your goal. Could you please share more details?


Forum|alt.badge.img+18
  • Inspiring
  • 251 replies
  • August 26, 2021

I’m not sure that I understand your goal. Could you please share more details?


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π


Forum|alt.badge.img+19
  • Inspiring
  • 3263 replies
  • August 27, 2021

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π


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.