Shannon Deminick

Results 330 comments of Shannon Deminick
trafficstars

really sorry for the accidental delay in getting these shipped as part of releases, I though this was already done 🤦‍♂️🤦‍♂️ 5.0.2 and 5.0.3 are now shipped. I'm not sure...

Feel free to create a PR to add the method to the ArticulateTagService to call the repository method.

> Just wanted to give some background info. > > > I don't understand why I'm seeing exceptions for writing to the C:\home\site\wwwroot\umbraco\Data\TEMP\ExamineIndexes index folder though. > > `Synced` is...

Yep that's absolutely right, scaling out will always have that issue, or if your replicas are ever moved between workers. I'll check the link (dang youtube!)

@seanrockster please see this for now and do use the different factory as a work around for now https://github.com/Shazwazza/Examine/issues/382#issuecomment-2163520075 There's been some work on this recently to try to address...

Hi all, see this thread https://github.com/Shazwazza/Examine/issues/335#issuecomment-1834592280 I have pushed an Examine 3.2.0 which hopefully resolves the problem, though i still can't figure out how that part of the codebase gets...

The problem is that the input query is invalid: `(id: OR __Path:-1*,,)` which is generated by Umbraco's code, not Examine.

Make sure you are running the latest examine/umbraco version. There are 2 causes: a) previous examine versions tried to use a shared query parser instance for certain fields but this...

Thanks for reporting. The answer to this will be 'it depends on a lot of things'. I would strongly encourage you to fully understand the challenges of Lucene in Azure,...