Download the PHP package zinc/neos-search without Composer
On this page you can find all versions of the php package zinc/neos-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package neos-search
Zinc.NeosSearch
A lightweight fulltext and term search for Neos CMS.
Project goals:
- Simple to set up
- Minimal hardware requirements
- Enable professional features like fast server side Node-Querying for "cheap"
Quickstart
Start Zinc Search Index
See Zinc Documentation.
Install and configure Zinc.NeosSearch
Settings.Zinc.yaml:
Configure NodeTypes
See How to index NodeType Properties.
Index the data
Enable the fulltext content NodeType
Or create server side queries.
Now the search should work 🎉
FAQ / How To
How to index NodeType Properties
Each property can be configured manually via
Available options:
Enable the Queue Indexer
Settings.Zinc.yaml:
Create the queue once..
Fill the queue regularly..
Work off queue continously..
Query builder Prototypes:
Example:
Available Prototypes:
- Zinc.NeosSearch:Query, required
- Default props
- from = 0
- size = 10
- page = 0 (replaces
from
) - sort = null (ex.
[{'properties__creationDateTime': 'desc'}]
) - stringify = false
- Zinc.NeosSearch:Query.Should
- Expects one or more nested Prototypes
- Zinc.NeosSearch:Query.Must
- Expects one or more nested Prototypes
- Zinc.NeosSearch:Query.MustNot
- Expects one or more nested Prototypes
- Zinc.NeosSearch:Query.Match
- Default props
- field = null
- property = null (replaces
field
) - query = null
- fuzziness = 'AUTO'
- boost = null
- Zinc.NeosSearch:Query.Prefix
- Default Props
- field = null
- term = null
- Zinc.NeosSearch:Query.Term
- Default Props
- field = null
- term = null
- Zinc.NeosSearch:Query.Terms
- Default Props
- field = null
- terms = null
Execute the search query
Get Nodes:
Get a raw result:
All versions of neos-search with dependencies
PHP Build Version
Package Version
The package zinc/neos-search contains the following files
Loading the files please wait ....