Search Block

Find Anything. Instantly.

Add powerful full-text search to your application in minutes. Typo tolerance, faceted filters, and real-time suggestions—no Elasticsearch cluster required.

<50ms

Query Response

100M+

Documents Indexed

99.9%

Relevance Score

Real-time

Index Updates

Search That Just Works

Built-in features that would take months to implement yourself—ready to use in minutes.

Full-Text Search

Lightning-fast search across all your content with support for complex queries, phrase matching, and boolean operators.

Typo Tolerance

Smart fuzzy matching handles misspellings and typos, ensuring users find what they need even with imperfect queries.

Faceted Filters

Dynamic faceting lets users refine results by categories, attributes, price ranges, and custom fields.

Auto-Suggestions

Real-time search suggestions as users type, powered by your indexed data and search analytics.

Synonyms & Stemming

Configure synonyms and language-aware stemming so searches for "running" also find "run" and "jog".

Search Analytics

Track popular queries, zero-result searches, and click-through rates to optimize your search experience.

Three Lines to Powerful Search

Index your data and start searching immediately. No complex configuration, no schema definitions—just index and query.

  • Schema-free indexing – Just send JSON documents
  • Automatic field detection – We handle types for you
  • Instant queries – Sub-50ms response times
search-example.ts
// Index your documents
await client.search.index('products', [
  { id: '1', name: 'Wireless Headphones', price: 299 },
  { id: '2', name: 'Bluetooth Speaker', price: 149 }
]);

// Search with typo tolerance
const results = await client.search.query('products', {
  query: 'wirless headphnes', // typos handled!
  filters: { price: { lte: 300 } },
  facets: ['category', 'brand']
});

// Get suggestions as user types
const suggestions = await client.search.suggest('products', {
  query: 'wire',
  limit: 5
});

Built For Every Use Case

From e-commerce product search to knowledge base discovery—one API, endless possibilities.

E-Commerce

Power product discovery with faceted search, filters by price/brand/category, and personalized recommendations.

Content Platforms

Let users search articles, videos, and documents with highlighting and relevance-ranked results.

Knowledge Bases

Build searchable documentation and help centers with auto-complete and related content suggestions.

How It Works

From first request to search results in under five minutes.

1

Create an Index

Name your index and optionally configure settings like language and ranking rules.

2

Index Documents

Send your JSON documents. We auto-detect types and create searchable fields.

3

Configure Features

Add synonyms, custom ranking, and facets to fine-tune your search experience.

4

Search & Analyze

Query your index and monitor performance with built-in analytics.

Ready to Make Search Effortless?

Join thousands of developers who ship faster with 23blocks Search. Free tier available.

Stay in the loop

Get product updates, engineering posts, and new block announcements delivered to your inbox.

No spam. Unsubscribe anytime. Privacy policy.