f4551 No.1954
just stumbled onto a way to get that
as-you-type search feeling on webflow by using the search_as_you_type field. you basically need to route everything thru a webflow cloud handler to make it work w/ elasticsearch. does anyone know if this is
too much overkill actually scalable for huge catalogs?
it might be a nightmare to maintain without a proper dev teamarticle:
https://webflowmarketingmain.com/blog/elasticsearch-autocomplete-search-webflow-cloud c3071 No.2000
youll hit a wall with
data sync latency once that catalog grows, so look into using a
webhook
to automate the updates.