Giter Club home page Giter Club logo

docs.ongr.io's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs.ongr.io's Issues

Add single page sync.

As example we have contributing rules, so we need a single file sync. It might be configurated as a custom sidebar entry from a single repo file.

[connections] Change customization structure

Customization section is too complicated, is uneccessary and includes only ConnectionsBundle.

The tree should look like this:

  • Customizations
  • Connections

Also, probably all structure files, like sync.rst, should be moved to ConnectionsBundle itself.

EPIC: faq

We need to have an easy to maintain place where we answer questions / tutorials / ... can be collected and maybe answered; also by a growing community.

Examples:

  • How to sort products by a boosting?
  • How to search (boosted) through multiple fields?
  • ...

[doc] Requirements should be shorter

Requirements have it's own page, but is it really needed? If yes, points should be enumerated in bullet point list or separated in small sections.

Introduce component versioning

Every bundle docs have to be versioned separately. The version selection should be saved in a cookie.

There is still a question how to perform a search, do we need to look at the version selection or just search through latest versions.

Version selection should be implemented by minor tags or branch.

Add instruction for easy_install

Besides python separate install should be done for: sudo apt-get install python-setuptools.
Maybe we should consider adding it to manual?

Typo in doc (used ArrayCollection instead of Collection)

Hi.

It seems like there is a mistake in mapping documentation ("Multiple object" section). We shouldn't use use Doctrine\Common\Collections\ArrayCollection. Probably it was meant ONGR\ElasticsearchBundle\Collection\Collection.

Using of ArrayCollection leads to error in /vendor/ongr/elasticsearch-bundle/Result/Converter.php:

private function isCollection($property, $value)
    {
        if (!$value instanceof Collection) {
            $got = is_object($value) ? get_class($value) : gettype($value);

            throw new \InvalidArgumentException(
                sprintf('Value of "%s" property must be an instance of Collection, got %s.', $property, $got)
            );
        }
    }

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.