Bodheeshbodheesh.hashnode.dev·Jul 2, 2024Elasticsearch database introduction and terminologyTable of Contents Elasticsearch is a distributed database where data is stored as JSON documents Elasticsearch is horizontally scalable, i.e., the database can run in multiple servers (nodes) Elasticsearch supports many data types like text, numbe...ElasticsearchTutorial
Asis Sharmaasis-sharma.hashnode.dev·May 17, 2024Unleash the Power of Search in Your Laravel App with ScoutIn today's digital landscape, a seamless search experience is no longer a luxury; it's an expectation. Users want to find what they need quickly and effortlessly, and for Laravel developers, this often translates to wrestling with complex search logi...Laravel
Fatuma Abdullahiblog.hijabicoder.dev·Apr 23, 2024FeaturedHow to Add Search to Your Headless Hashnode Blog with Supabase Text Search and Next.js 14In this blog, you are going to get your blog posts from the Hashnode API (Application Programming Interface), pass them to a Supabase database then add the ability to do full text search against your saved posts. Prerequisites You will need the follo...47 likes·323 readsHeadlessHashnode
Tech Shots(RoamPals)roampals.org·Mar 30, 2024Comprehensive Guide to Implementing Full Text Search in PostgreSQLPostgreSQL, often referred to as Postgres, is a powerful open-source relational database management system (RDBMS) known for its robust features and extensibility. One of its standout capabilities is its support for full-text search, which enables us...PostgreSQL