Found 162 results for "search"

The search executed in 0.0005 seconds. That's fast.

Gitana 3.2 / Guide / Guide / Search

Documentation Reference

Explore efficient content indexing and comprehensive search capabilities with Cloud CMS using ElasticSearch, enabling powerful and precise queries across multiple projects.

Score: 73.4623

Gitana 4.0 / Content Engine / Search / Query String Reference

Documentation Reference

Explore Cloud CMS's text-based query string features for precise content searches, including full-text, exact match, and advanced filtering options.

Score: 46.5841

Gitana 4.0 / Content Engine / Search

Documentation Reference

Optimize your content search with Cloud CMS, using ElasticSearch for full-text and structured queries. Effortlessly index and retrieve data.

Score: 45.1086

Gitana 4.0 / Content Engine / Search / Examples

Documentation Reference

Explore full-text and DSL search examples with Cloud CMS and ElasticSearch integration. Learn query techniques for effective content searches.

Score: 44.3419

Citations with Generative AI

Blog Post

Enhance content accuracy with Cloud CMS Sidekick, offering AI-generated insights and traceable citations for reliable information delivery.

Score: 42.2915

Gitana 4.0 / Content Engine / Find

Documentation Reference

Discover and retrieve content effortlessly with Cloud CMS Find Service, using Query, Search, and Traversal for composite result sets.

Score: 37.6693

Gitana 3.2 / Guide / Guide / Find

Documentation Reference

Discover and retrieve content with Cloud CMS's Find Service using MongoDB, ElasticSearch, and Graph Traversal for powerful, unified results.

Score: 37.6628

Gitana 4.0 / User Interface / User Interface / Search

Documentation Reference

Optimize content search on Cloud CMS with features like filtering, saving, exporting, and advanced Elasticsearch Query DSL syntax support.

Score: 35.0234

Gitana 3.2 / Guide / Guide / User Interface / Search

Documentation Reference

Effortlessly search and index content in Cloud CMS with customizable project settings and powerful Elasticsearch Query DSL.

Score: 34.9413

Gitana 3.2 / Guide / Guide / Application Server / Tags / @search

Documentation Reference

Optimize your template by efficiently searching and displaying nodes with customizable sorting, pagination, and locale options.

Score: 34.7308

Gitana 4.0 / Developers / Application Server / Tags / @search

Documentation Reference

Optimize your template by efficiently searching and displaying nodes with customizable sorting, pagination, and locale options.

Score: 34.7308

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Documentation Reference

Configure your Cloud CMS project search with custom filters and settings for a tailored search experience.

Score: 29.0324

Gitana 4.0 / User Interface / Projects / Configure Search

Documentation Reference

Optimize project search settings on Cloud CMS with JSON configurations for enhanced UI and administration efficiency.

Score: 29.0324

Gitana 4.0 / Forms / Fields / Search Field

Documentation Reference

Optimized search box control using HTML5 for better user experience and mobile support. Ideal for integrating search functionality effortlessly.

Score: 28.8982

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-search-list-selected-actions

Documentation Reference

Manage and optimize project actions with configurable deploy, delete, view, and export options to streamline your workflow efficiently.

Score: 20.1084

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-search-list-selected-actions

Documentation Reference

Manage and optimize project actions with configurable deploy, delete, view, and export options to streamline your workflow efficiently.

Score: 20.1084

Gitana 3.2 / Guide / Guide / Search / Query String Reference

Documentation Reference

Learn how to use Cloud CMS to optimize search queries with ElasticSearch. Quickly find content with full-text, exact match, fuzzy, and proximity searches.

Score: 17.8663

Gitana 3.2 / Guide / Guide / Search / Examples

Documentation Reference

Explore Cloud CMS search examples with ElasticSearch integration, allowing powerful queries using DSL or JSON for comprehensive content indexing and retrieval.

Score: 17.3704

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon ElasticSearch Service

Documentation Reference

Fully managed Amazon ElasticSearch Service offers effortless deployment, security, and operations at scale. Ideal for running Elasticsearch seamlessly.

Score: 14.633

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon ElasticSearch Service

Documentation Reference

Fully managed Amazon ElasticSearch Service makes it easy to deploy and operate Elasticsearch at scale, offering convenience and reliability for your data needs.

Score: 14.633

Using the JavaScript driver to run an elasticsearch query

Support Article

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 6.4701

Gitana 3.2 / Guide / Guide / Features / Indexable

Documentation Reference

Optimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.

Score: 6.4293

Gitana 4.0 / Content Engine / Aspects / Indexable

Documentation Reference

Optimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.

Score: 6.4293

What is the reason for "Failed to index node"?

Support Article

If you scan your log entries and see "Failed to index node", this indicates that Elastic Search failed to update its index for a node. Cloud CMS tells Elastic Search to updates its index whenever a node is created or updated. When a node is deleted, Cloud CMS tells Elastic Search to remove the node from its index. This error message means that Elastic Search failed to update the index and therefore the index wasn't updated. If you open up the error, you may see further information that indicates

Score: 6.3048

How do I search for nested content?

Support Article

Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume

Score: 5.8757