#algolia

codeDude :archlinux: :neovim:codeDude@floss.social
2025-06-24

I'm looking for job, usually I prefer Mexican payrole jobs ( with mexivan law benefits and plus) but I open to a good contractor/freelance offer
I'm a software engineer and full stack developer with 7 years of experience.
My technologies are
The recent ones are
#ReactJS
#NextJS
#RubyOnRails
#AWS #microservices
#NodeJS #JavaScript and #TypeScript
#algolia #indexer
#CSM #contenful
I also have experience.
#Laravel #PHP
#workflow
#vuejs

#FediHire #getFediHired #FediJobs

Nicolas Hoizeynhoizey@mamot.fr
2025-06-12

Des gens qui connaissent bien #Algolia ici ?

Peut-on définir un nombre de caractères minimum à indexer dans certains champs, avec un nombre qui peut différer pour chaque champ ?

Par exemple, j'ai un champ qui contient des références, dont certaines sur 2 caractères, et d'autres champs avec du texte.

Je veux qu'on puisse trouver la référence "in" par exemple, mais pas les résultats provenant de la présence de "in" dans des textes plus longs, avec par exemple "indisponible", "inconscient", etc.

Nicolas Hoizeynhoizey@mamot.fr
2025-05-21

@beep here is an example link page on my site 😅:
nicolas-hoizey.com/links/2024/

Here is my “links” list page:
nicolas-hoizey.com/links/

This is a static page generated by @11ty, “upgraded” to a dynamic #Algolia search is you have JS enabled.

I wrote about it here: nicolas-hoizey.com/articles/20

HTH

Corey Smith 👨🏻coreysmith@mas.to
2025-04-11

Reminiscent #SitecoreLunch today! Discussed:

🍫 Chocolate
⚠️ HttpClient
🍽️ Topless tapas
🔎 #Algolia search
🍺 Belgian beer bars
🌍 #SUGCONEU recap
🎛️ Controller renderings
🍁 Canadian confidence
🔁 IT loves repeating itself
1️⃣ #SitecoreContentHubONE
📚 #SitecoreXMCloudContent

See you same time next week! 🥪🥗

Screenshot of attendees on the April 11, 2025 #SitecoreLunch call.
2025-03-03

Anyone have any experience with Algolia Recommend? The docs and site are sprinkled with "AI" and "training models", but it's not clear to me if this is an LLM at work, or some other form of machine learning. Trying to decide if I should use this for a client's project that already integrates Algolia Search, but I'm hesitant about adding wasteful LLMs here... #machineLearning #AI #Algolia

2024-12-03

Has anyone tested ?

It looks promising (for latency reasons), yet and feel more feature complete, especially if you need something compatible with the API.

github.com/SeekStorm/SeekStorm

visionbitesvisionbites
2024-09-23

🎉-Website-Relaunch für die IABG von ! 🎉

Features
🔹 Performantes TYPO3-Setup
🔹 Hochkomplexe Informationsarchitektur
🔹 Modulares Designsystem
🔹 Algolia-Suchtechnologie
🔹 Schnittstellen zu Microsoft Dynamics
🔹 DeepL-Integration
🔹 Bestnoten im Google Lighthouse Test

➡️ Erfahrt mehr über das Projekt in unserem Blogartikel: visionbites.de/blog/typo3-corp

JSDev Spacejsdevspace
2024-09-08

Setup Search Functionality to a Gatsby with Algolia, React Hook Form, Zustand, and ShadcnUI jsdev.space/gatsby-algolia/

Anna Bastronge_ann
2024-09-03

Sorry Netflix, conference recording are out and I plan to spend the entire weekend binge watching them 💙

Check out all videos from the Codegarden playlist here umbra.co/codegarden-m, including my talk on and integration youtube.com/watch?v=_rxgHfwHwVI

卡拉今天看了什麼ai_workspace@social.mikala.one
2024-08-07

Full Text Search over Postgres: Elasticsearch vs. Alternatives - ParadeDB

Link
📌 Summary:
ParadeDB是一個針對Postgres建構的全文搜尋引擎,結合了Postgres原生的全文搜尋功能和Elasticsearch等現代搜尋引擎的能力。它的特點包括:

🎯 Key Points:
1. 全文搜尋是基於特定關鍵字和詞語在文本集合中尋找的技術。搜尋引擎如Elasticsearch使用BM25演算法來排名搜尋結果。BM25考慮了術語的頻率和在所有文件中該術語的獨特性。
2. 全文搜尋與基於語義意義的相似性搜尋(也稱為向量搜尋),它根據語義意義來尋找和排名結果。許多現代應用程序使用全文搜尋和相似性搜尋的組合。這種做法被稱為混合搜尋,可以獲得更準確的結果。
3. Postgres原生的全文搜尋功能(FTS)是所有Postgres數據庫的內建功能。它利用tsvector數據類型,將文本作為可搜索的標記存儲,以及GIN索引以提高搜尋速度。
4. Postgres FTS的優點包括簡單性、可靠性和實時搜尋。它適用於不需要複雜的全文搜尋查詢的小型到中型表格。然而,Postgres FTS的缺點包括不完整的功能集、性能下降於具有數百萬行的表格以及事務開銷。
5. Elasticsearch是一個現代的全文搜尋引擎,也是一個分析查詢引擎、向量數據庫、安全性和可觀察性平台。它具有全面的功能集,並在具有分佈式架構的基準測試中展示了高性能。然而,Elasticsearch不是一個可靠的數據存儲,它需要ETL管道,並且可能導致數據新鮮度損失和成本增加。
6. Paradedb是建立在pg_search擴展之上的,全文搜尋引擎,該擴展將Tantivy,一個基於Rust的Lucene替代方案,嵌入到Postgres中。它與任何自管理的Postgres數據庫無需額外基礎設施進行插入,並提供了高級全文搜尋引擎的能力。它與AWS RDS等管理的Postgres服務兼容,預計在不久的將來提供兼容性。

🔖 Keywords:
#全文搜尋 #Postgres #Elasticsearch #Paradedb #pg_search #Tantivy #BM25 #MVCC #ACID #ETL #Algolia #Meilisearch #Typesense #混合搜尋 #GitHub

2024-08-02

Oh my,
a web component?
on jquery dot com?

minibar is a 2kB standalone search widget. Accessible and progressively-enhancing (works without JavaScript!). An alternative to the popular 100kB DocSearch.js widget.

It goes well with Typesense, an awesome FLOSS open-source alternative to Algolia. And it's (if you want, and yes we do) self-hostable!

github.com/jquery/typesense-mi

Demo: jquery.com/
or qunitjs.com/

#webperf #typesense #ProgressiveEnhancement #algolia #jquery #qunit

Firefox Developer Tools on jquery.com.

<typesense-minibar>
  <form role=search>
    <input type=search>
  </form>
</typesense-minibar>
2024-02-23

Last year, I was involved in building instant search functionality on a Drupal website using Algolia. And now, I plan to embark on a Proof of Concept using open-source alternatives like TypeSense during my weekends.

Curious if anyone in the Drupal community has done something similar using any open-source technologies.

If you have explored integrating TypeSense or other open-source solutions for instant search in Drupal or any other PHP-based framework -- I'd love to hear about your experiences and suggestions!

I would love to explore the functionalities you have built or look into the code if it's open source.

#Drupal #PHP #SoftwareEngineering #InstantSearch #Algolia #TypeSense #OpenSource

Paul :python: :django:pbx@fosstodon.org
2023-11-19

Not something I need just now, but I wonder why #algolia doesn't support #Django 4.x?

algolia.com/developers/django-

Claudio Zizza 🦜SenseException@phpc.social
2023-11-16

Getting closer to utilize the limits of #Algolia's open source plan and how it works. For indexing and data access. Maybe the search itself can be improved.

Michael Beckwithtw2113@phpc.social
2023-09-26

Recent work has WP Search with Algolia getting closer to moving away from Autocomplete version 0.38.x and as of today, getting closer to moving away from hogan.js templating in Instantsearch #algolia #wpsearchwithalgolia

David at HugoConfhugoconf@fosstodon.org
2023-09-18

Want to learn how to improve website search with #algolia & #GoHugoIO?

Alysha from @cloudcannon & Grayson from Papercut are joining #HugoConf2023, September 21st PDT, to share their practical insights! 🎉

Sign up free: hugoconf.io/

Michael Beckwithtw2113@phpc.social
2023-09-13

Yesterday we released version 2.6.1 of WP Search with Algolia Free, with a couple of performance amendments and tweaks. Available now at wordpress.org/plugins/wp-searc #algolia #wpsearchwithalgolia

Corey Smith 👨🏻coreysmith@mas.to
2023-08-11

Zany #SitecoreLunch today! Discussed:

🐶 Senior dog care
🩹 #Sitecore hotfixes
🐍 Dealing with snakes
🗓️ Scheduling meetings
👎 EOD Friday deadlines
🥳 #Coveo community Slack
🚸 School pick up and drop off
📦 Comparing #Sitecore IAR files
⚛️ #SitecoreSearch and #Reactjs
📢 #SUGCONNA speaker applications
🔍 Comparing #Algolia, #SearchStax, and #SitecoreSearch

See you same time next week! 🥪🥗

Screenshot of attendees on the August 11, 2023 #SitecoreLunch call.
Michael Beckwithtw2113@phpc.social
2023-08-03

Still loving the progress I made last week with Query Monitor Algolia (github.com/tw2113/query-monito), to accompany both WP Search with Algolia as well as Query Monitor plugins, for all the WordPress debugging and troubleshooting. #algolia #wpsearchwithalgolia

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst