Skip to content
Eduardo J edited this page Nov 17, 2020 · 6 revisions

This page describes, from a developer point of view, how searching is performed.

Indexing data

The definition of the indices can be found under the app/indices/ subdirectory.

We have two indices defined, one for projects and one for packages. Both have the same fields (defined with indexes) and the same attributes (defined with has). This allows us to perform searches with the same conditions, and retrieve results with mixed results (both projects and packages).

Performing a search in the UI

References

Clone this wiki locally