JohnGUnderwood / atlas-search-tuner

Query Tuner for Atlas Search
MIT License
9 stars 2 forks source link

Increasing the limit for categories #34

Closed Ksushis closed 10 months ago

Ksushis commented 11 months ago
Screenshot 2023-11-06 at 3 42 04 PM

I wonder what algorithm we're using for categories/facets. For this test dataset I don't have brands showing up and I still want to do facets on them. But there are more than a 1000 brands here...

To get the data.

git clone https://github.com/Ksushis/grocerystore

mognorestore from terminal

cd grocerystore mongorestore

You should now have grocery database with items collection with 19564 documents

JohnGUnderwood commented 10 months ago

The latest version has some improvements for the schema analysis so this is now fixed.

Screenshot 2023-11-10 at 16 50 00