nqxcode / laravel-lucene-search

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
73 stars 28 forks source link

How to get model name? #40

Closed cooljet84 closed 7 years ago

cooljet84 commented 7 years ago

When searching in multiple models, how do i get the model name for a result?

i.e. Searching in Post and Products result 1 from Post result 2 from Product result 3 from Post

(BTW, great work, thx for updating for 5.3 support)

nqxcode commented 7 years ago

get_class() for found item? or I understood the question incorrectly?