Found 163 results for "search query-string"

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

Gitana 3.2 / Guide / Guide / Search

Documentation Reference

Optimize your content search experience with Cloud CMS' full-text indexing and ElasticSearch integration. (Gitana 3.2)

Score: 18.3726

Gitana 4.0 / Content Engine / Search / Query String Reference

Documentation Reference

Enhance your ElasticSearch skills with comprehensive query string guide—case insensitivity, full-text, exact match, and more. (Gitana 4.0)

Score: 13.068

Gitana 4.0 / Content Engine / Search

Documentation Reference

Optimize your content management with Cloud CMS using powerful, full-text search capabilities powered by ElasticSearch. (Gitana 4.0)

Score: 12.6944

Gitana 4.0 / Content Engine / Search / Examples

Documentation Reference

Optimize your Cloud CMS search with integrated ElasticSearch for powerful queries and precise results. (Gitana 4.0)

Score: 12.4758

Citations with Generative AI

Blog Post

Enhance your AI content with traceable citations and vectorized search, ensuring accuracy and trust in your business solutions.

Score: 11.854

Gitana 4.0 / Content Engine / Find

Documentation Reference

Discover and retrieve content with Cloud CMS Find Service, using powerful query, search, and traversal mechanisms. (Gitana 4.0)

Score: 10.662

Gitana 3.2 / Guide / Guide / Find

Documentation Reference

Discover content with Cloud CMS Find Service utilizing Query, Search, and Traversal for precise retrieval. (Gitana 3.2)

Score: 10.6598

Gitana 4.0 / User Interface / User Interface / Search

Documentation Reference

Optimize your content search with Cloud CMS, offering project-level filters and export options. (Gitana 4.0)

Score: 7.8972

Gitana 3.2 / Guide / Guide / User Interface / Search

Documentation Reference

Optimize content search across projects in Cloud CMS with Elasticsearch syntax for precise querying and configurable options. (Gitana 3.2)

Score: 7.8699

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

Documentation Reference

Enhance your web template with node search and customizable parameters for dynamic, responsive content retrieval. (Gitana 3.2)

Score: 7.7999

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

Documentation Reference

Optimize your template with advanced search functionalities for efficient node retrieval and display. (Gitana 4.0)

Score: 7.7999

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

Documentation Reference

Optimize your project search page with custom filter controls and search templates using Cloud CMS. (Gitana 3.2)

Score: 6.6811

Gitana 4.0 / User Interface / Projects / Configure Search

Documentation Reference

Optimize your Cloud CMS search configuration with customizable JSON settings and seamless UI integration. (Gitana 4.0)

Score: 6.6811

Gitana 4.0 / Forms / Fields / Search Field

Documentation Reference

Optimize search experiences with a modern, HTML5-compliant search field adaptable to diverse input types. (Gitana 4.0)

Score: 6.6364

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

Documentation Reference

Enhance your search skills in Cloud CMS using query strings and JSON expressions with this comprehensive guide to ElasticSearch. (Gitana 3.2)

Score: 5.9515

Gitana 3.2 / Guide / Guide / Search / Examples

Documentation Reference

Explore sample search queries in Cloud CMS using ElasticSearch for powerful content indexing and retrieval. (Gitana 3.2)

Score: 5.7861

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

Documentation Reference

Easily deploy and manage Elasticsearch with Amazon ElasticSearch Service for seamless, scalable, and secure operations. (Gitana 3.2)

Score: 4.8777

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

Documentation Reference

Fully managed Amazon ElasticSearch Service simplifies deployment, security, and scalability for seamless Elasticsearch operations. (Gitana 4.0)

Score: 4.8777

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

Documentation Reference

Manage project actions with permissions for deployment, deletion, export, and more, optimized for user needs. (Gitana 3.2)

Score: 4.8527

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

Documentation Reference

Manage and customize actions for projects, including deploying, deleting, and exporting documents efficiently. (Gitana 4.0)

Score: 4.8527

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: 2.1526

Gitana 3.2 / Guide / Guide / Features / Indexable

Documentation Reference

Optimize node indexing with Cloud CMS, manage search behaviors, and enhance performance by configuring Elasticsearch properties. (Gitana 3.2)

Score: 2.139

Gitana 4.0 / Content Engine / Aspects / Indexable

Documentation Reference

Optimize node indexing and improve search performance with configurable indexable features on Cloud CMS nodes. (Gitana 4.0)

Score: 2.139

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: 2.0976

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: 1.9548