Maslosoft Manganel API
Class SearchBoostAnnotation
Use this annotation to increase or decrease importance of field in search results. Use above one values to increase importance, and below one to decrease.
Default value for query boosting is 1.0, using decimal values is perfectly fine. In fact it's required for demoting results.
Increase importance example:
```php
- Maslosoft\Addendum\Collections\MetaAnnotation
- Maslosoft\Manganel\Meta\ManganelAnnotation
- Maslosoft\Manganel\Meta\ManganelPropertyAnnotation
- Maslosoft\Manganel\Annotations\SearchBoostAnnotation
Namespace: Maslosoft\Manganel\Annotations
Searchboost(3):
Searchboost(0.3): ```
Target('property')
Author: Piotr Maselkowski
Located at Annotations/SearchBoostAnnotation.php
Searchboost(3):
Decrease importance example:
php
Searchboost(0.3): ```
Target('property')
Author: Piotr Maselkowski
Located at Annotations/SearchBoostAnnotation.php
Methods inherited from Maslosoft\Manganel\Meta\ManganelPropertyAnnotation
Methods inherited from Maslosoft\Manganel\Meta\ManganelAnnotation
API documentation generated by ApiGen