Found 292 results for "ui search"

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

Gitana / 3.2 / Guide / Guide / Search

Search Any content you put into Cloud CMS is automatically indexed for full-text and structured search. This lets your editorial teams instantly search for content and find the things they're looking for. Under the hood, Cloud CMS uses Elastic Search and makes available to your editorial users and developers the full syntax of the Elastic Search Query DSL. This allows you to execute simple searches as well as more complex queries that take into account term and phrase matching, nested operations

Score: 21.914913

Gitana / 4.0 / Data Engine / Discovery / Search

Search Any content you put into Cloud CMS is automatically indexed for full-text and structured search. This lets your editorial teams instantly search for content and find the things they're looking for. Under the hood, Cloud CMS uses Elastic Search and makes available to your editorial users and developers the full syntax of the Elastic Search Query DSL. This allows you to execute simple searches as well as more complex queries that take into account term and phrase matching, nested operations

Score: 21.914913

Gitana / 4.0 / User Interface / User Interface / Overview

User Interface TODO Getting Started To get started with the Cloud CMS User Interface, please check out the following: Awareness Dashboard Create/Edit Content Favorites Multilingual Image Editor Locking Menu Releases Search Tags Version Control

Score: 15.793484

Gitana / 3.2 / Guide / Guide / Find

Find The Cloud CMS Find Service lets you discover and retrieve content using combinations of its three primary content retrieval mechanisms. These mechanisms are: Query (powered by Mongo DB) Search (powered by Elastic Search) Traversal (provides Graph Traversal) A "Find" operation provides a way for you to execute a single API lookup that runs one or more of the above and composes them into a single result set. How it Works When you make a "Find" call, you provide a recipe containing at least on

Score: 15.104528

Gitana / 4.0 / Data Engine / Discovery / Find

Find The Cloud CMS Find Service lets you discover and retrieve content using combinations of its three primary content retrieval mechanisms. These mechanisms are: Query (powered by Mongo DB) Search (powered by Elastic Search) Traversal (provides Graph Traversal) A "Find" operation provides a way for you to execute a single API lookup that runs one or more of the above and composes them into a single result set. How it Works When you make a "Find" call, you provide a recipe containing at least on

Score: 15.104528

Gitana / 3.2 / Guide / Guide / UI Developers Guide

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 14.132549

Gitana / 4.0 / Self Managed / Configuration / UI Server

UI Server The Cloud CMS UI Server is a Node.js application that provides the editorial experience for Cloud CMS. It communicates with the Cloud CMS API via HTTP/HTTPS API calls and is built to be very extensible. Developers and system integrators can extend the Cloud CMS UI through the deployment of UI modules. Environment File (.env) The Cloud CMS UI is primarily configured via a series of environment variables. These environment variables are detected by the Node.js application at startup and

Score: 13.930601

Gitana / 4.0 / Developers / Command Line Interface / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 12.150155

Gitana / 3.2 / Guide / Guide / User Interface / Multilingual / Customize Translations UI

Customize Translations UI Cloud CMS allows you to customize UI simply with configurations in your module. Here we will use the following example to demonstrate this feature. For multilingual documents with translations, if you go to the multilingual document's Edit Properties page, the default UI looks like this: In the above screenshot, the Edit Translations button allows you to select a translation of the multilingual document from the dropdown. It's a way to quickly edit the translated docume

Score: 11.041076

Gitana / 4.0 / User Interface / User Interface / Multilingual / Customize Translations UI

Customize Translations UI Cloud CMS allows you to customize UI simply with configurations in your module. Here we will use the following example to demonstrate this feature. For multilingual documents with translations, if you go to the multilingual document's Edit Properties page, the default UI looks like this: In the above screenshot, the Edit Translations button allows you to select a translation of the multilingual document from the dropdown. It's a way to quickly edit the translated docume

Score: 11.041076

Gitana / 4.0 / Developers / User Interface Customization / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in the Gitana SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in t

Score: 10.840277

Gitana / 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon Elastic Search Service

Amazon Elastic Search Service Amazon Elastic Search Service is a fully managed service that makes it easy for you to deploy, secure, and operate Elasticsearch at scale with zero down time. Cloud CMS works out-of-the-box with Amazon Elastic Search Service as an alternative to running Elastic Search on your own or using a Elastic Search hosted service. Amazon Elastic Search Service provides an easy and convenient way for customers to manage their own Elastic Search installations, data and backup.

Score: 10.578916

Gitana / 4.0 / Data Engine / Integrations / Amazon Web Services / Amazon Elastic Search Service

Amazon Elastic Search Service Amazon Elastic Search Service is a fully managed service that makes it easy for you to deploy, secure, and operate Elasticsearch at scale with zero down time. Cloud CMS works out-of-the-box with Amazon Elastic Search Service as an alternative to running Elastic Search on your own or using a Elastic Search hosted service. Amazon Elastic Search Service provides an easy and convenient way for customers to manage their own Elastic Search installations, data and backup.

Score: 10.578916

Gitana / 3.2 / Guide / Guide / User Interface

User Interface Cloud CMS provides a full user interface that your editorial team and managers use to create, manage and deliver content to the business, mobile applications and web sites. The user interface is secure, role-based and customizable, allowing your development team to cater the editorial experience to the exact needs of end users. Add-ons Awareness Dashboard Create/Edit Content Embed Media In CKEditor Favorites Multilingual Image Editor Locking Menu Projects Releases Search Security

Score: 10.471034

Gitana / 4.0 / Developers / User Interface Customization / Overview

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 10.3979

Gitana / 4.0 / Developers / Command Line Interface / Commands

Commands The following commands are available:

Score: 10.131248

Gitana / 3.2 / Guide / Guide / Docker / Configuration / UI Server

UI Server The Cloud CMS UI Server is a Node.js application that provides the editorial experience for Cloud CMS. It communicates with the Cloud CMS API via HTTP/HTTPS API calls and is built to be very extensible. Developers and system integrators can extend the Cloud CMS UI through the deployment of UI modules. Environment File (.env) The Cloud CMS UI is primarily configured via a series of environment variables. These environment variables are detected by the Node.js application at startup and

Score: 9.444239

Gitana / 3.2 / Guide / Guide / User Interface / Search

Search Content is automatically indexed when it is created, modified, or uploaded in Cloud CMS. The index is across the Content properties and any attached file eg Word, PDF,.. Platform At Platform level you can search for Content across all projects subject to your access permissions. Project Search at Project level provides more options and is configurable: Project Search Settings Search for a Project can be configured. go to Project Settings (left nav). Note: To have the Project Settings as a

Score: 7.441003

Gitana / 4.0 / User Interface / User Interface / Search

Search Content is automatically indexed when it is created, modified, or uploaded in Cloud CMS. The index is across the Content properties and any attached file eg Word, PDF,.. Platform At Platform level you can search for Content across all projects subject to your access permissions. Project Search at Project level provides more options and is configurable: Project Search Settings Search for a Project can be configured. go to Project Settings (left nav). Note: To have the Project Settings as a

Score: 7.441003

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

@search Searches for nodes and makes those nodes available to the template. Parameters parameter required description text required the text to search for sort the field to sort on sortDirection the direction to sort in (either 1 for ascending or -1 for descending) limit the number of records to return skip a position to skip ahead to in the record set scope if "page", then only relatives related to the current page will be returned as specifies the name of the results variable (by default - row

Score: 7.367818

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

@search Searches for nodes and makes those nodes available to the template. Parameters parameter required description text required the text to search for sort the field to sort on sortDirection the direction to sort in (either 1 for ascending or -1 for descending) limit the number of records to return skip a position to skip ahead to in the record set scope if "page", then only relatives related to the current page will be returned as specifies the name of the results variable (by default - row

Score: 7.367818

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

Query String Reference Cloud CMS lets you search for your content using either a text-based query string or a JSON block. These two methods are fairly equivalent for most typical operations. They provide two ways to express a search operation that will execute within Elastic Search. They are expressions of the Elastic Search DSL. This portion of the documentation goes into some of things you can do with the former, textual representation of an Elastic Search query string. In Cloud CMS, you can t

Score: 6.746035

Gitana / 4.0 / Data Engine / Discovery / Search / Query String Reference

Query String Reference Cloud CMS lets you search for your content using either a text-based query string or a JSON block. These two methods are fairly equivalent for most typical operations. They provide two ways to express a search operation that will execute within Elastic Search. They are expressions of the Elastic Search DSL. This portion of the documentation goes into some of things you can do with the former, textual representation of an Elastic Search query string. In Cloud CMS, you can t

Score: 6.746035

Gitana / 3.2 / Guide / Guide / UI Developers Guide / UI Views

UI Views Customized changes to the user interface configuration can be introduced through the use of UI View configuration documents. UI Views are JSON documents that contain one or more configuration blocks. The UI View configuration blocks are loaded after the standard configuration document and therefore have the opportunity to either extend or override the base configuration. UI View are scoped either to the platform or to the project. As such, you can use UI Config objects to customize the

Score: 6.6542063

Gitana / 4.0 / Developers / User Interface Customization / UI Views

UI Views Customized changes to the user interface configuration can be introduced through the use of UI View configuration documents. UI Views are JSON documents that contain one or more configuration blocks. The UI View configuration blocks are loaded after the standard configuration document and therefore have the opportunity to either extend or override the base configuration. UI View are scoped either to the platform or to the project. As such, you can use UI Config objects to customize the

Score: 6.6542063