Git Product home page Git Product logo

com_kutafuta's Introduction

Kutafuta

Introduction

Search function for the Moyo CCK. Instead of searching into com_content, it searches into its own indexed tables. This enables the developer to make content from their components searchable at a whim.

Kutafuta was developed by Moyo Web Architects.

Requirements

  • Joomla 3.X . Untested in Joomla 2.5.
  • Koowa 0.9 or 1.0 (as yet, Koowa 2 is not supported)
  • PHP 5.3.10 or better
  • Composer
  • Moyo Components
    • com_cck
    • com_moyo

Installation

Composer

Installation is done through composer. In your composer.json file, you should add the following lines to the repositories section:

from this repository;

{
    "name": "moyo/com_kutafuta",
    "type": "vcs",
    "url": "https://github.com/kedweber/com_kutafuta.git"
}

or from the official repository;

{
    "name": "moyo/com_kutafuta",
    "type": "vcs",
    "url": "https://github.com/moyoweb/com_kutafuta.git"
}

The require section should contain the following line:

    "moyo/com_kutafuta": "1.1.*",

Afterwards, one just needs to run the command composer update from the root of your Joomla project. This will effectively create a composer.lock file which will contain the collected dependencies and the hash codes for each latest release (depending on the require section's format) for each particular repo. Should installations problems occur due to a bad ordering of the dependencies, one may need to go into the lock file and manualy change the order of the components. Running composer update again will again cause a reordering of the lock file, beware of this factor when running an update. Thereafter, you can run the command composer install.

If you have not setup an alias to use the command composer, then you will need to replace the word composer in the previous commands with the commands with php composer.phar followed by the desired action (eg. update or install).

jsymlinker

Another option, currently only available for Moyo developers, is by using the jsymlink script from the Moyo Git Tools.

Configuration

Upon installing, all that needs to be done is enable the Kutafuta plugin. It is in the 'search' group.

Usage

The components and other items that are to be searchable, need to be indexed. As yet, this is a one time manual procedure. Any component with kutafuta support has a button in the plural views that are labeled index. For each language, each element, click once. Wait a while and you're done.

Development notes

Please note that for automatic indexing, the indexable controller behavior and searchable database behaviors are to be added to the indexable items.

com_kutafuta's People

Contributors

derjoachim avatar jaspervrijbroek avatar kedweber avatar white001goat avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.