Hello All,

I'd like to be able to index documents containing criteria and values.

In exemple I have a product A this product is compatible with a Product B version 1, 5, 6.

My actual schema is like this :
Name
Price
reference
features
text

How can I index values like :

compatible_engine : [productB,ProductZ]
    version_compatible : [1,5,6],[45,85,96]

After indexing how to search into ?

Best regards

Eric

Reply via email to