Mike Williamson

Results 5 comments of Mike Williamson

Refactored and query feature added. Works well and tested in our own production environment (Current use case is emailing file from endpoint per office in CMS). @sebastienros comments resolved.

I had to write a custom controller to get the total results back (needed for paging!) Elastic and Lucene already include a total count in LuceneQueryResults and ElasticQueryResults. So the...

Multiple taxonomy terms work fine with this format. ,{ "terms": { "Article.Category.Inherited": [{% for tax in taxonomy %}"{{tax}}"{% unless forloop.last %},{% endunless %}{% endfor %}] } }

This has occurred for both my sites with all the elastic queries, Lucene and SQL were fine, was able to reinsert them from backups but definitely an issue.