massiveart / MassiveSearchBundle

MIT License
68 stars 24 forks source link

Searching for non-existing indexes can pass an empty array to an adapter and cause a global search #38

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

Currently localized index names are inferred from existing indexes, however if the indexes do not exist then no indexes are inferreed.

Adapters tend to perform global searches when no indexes are given.

This needs to be fixed.

dantleech commented 9 years ago

Done.