You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am currently using your services to implement an instant search to improve system search. And everything looks great till now. But currently i m getting an issues with a model import data, since am using aggregator to use multiples models in one indice.
The issues is like so:
When i add some models, lets say, Contrato, Pagamento and User to the models array property of the Aggregator class it works fine.
When i add Projecto model to the models array property of the Aggregator class it only send the Projecto fields to the searchableAttributes of the aggregator indice.
OBS: i am using laravel + scout extended.
Hope you guys can help me with this issue.
The text was updated successfully, but these errors were encountered:
And when i try to execute:
php artisan scout:import "App\Models\Articles"
The Page entries are flushed and only Article entries are present in the index.
Any news about this issue?
EDIT:
i've just tried
php artisan scout:reimport "App\Search\SearchableElement"
Hi, i am currently using your services to implement an instant search to improve system search. And everything looks great till now. But currently i m getting an issues with a model import data, since am using aggregator to use multiples models in one indice.
The issues is like so:
When i add some models, lets say, Contrato, Pagamento and User to the models array property of the Aggregator class it works fine.
When i add Projecto model to the models array property of the Aggregator class it only send the Projecto fields to the searchableAttributes of the aggregator indice.
OBS: i am using laravel + scout extended.
Hope you guys can help me with this issue.
The text was updated successfully, but these errors were encountered: