ElasticSearch Essentials

ElasticSearch Essentials [Paid] 3.17.10

No permission to buy ($30.00)
Last edited:
I've almost gotten this up-to-date for XF2.3, just doing some final testing and bugfixing. Should be out Monday or so

Judge Judy GIF by Lifetime Telly
 
This works with Bob's AMS. As customers of his with multiple add ons might know, he follows pretty standard coding across his add ons.

With little to moderate knowledge of PHP, and knowing the columns used are essentially the "same" across add ons, could someone tweak this from AMS to another add on by determining which columns to change in the code, or is it more complex than that and would it require more custom development to change and/or add support for another add on?

I wouldn't have intention on using my first license purchased for AMS, but would purchase another for AMS support in the coming weeks.

That goes to say, do you offer multi-license discounts?

Thanks!
 
This works with Bob's AMS. As customers of his with multiple add ons might know, he follows pretty standard coding across his add ons.
It is relatively simple to add direct support for more of Bob's add-ons, it is just something which would require some development time.

That goes to say, do you offer multi-license discounts?
There is an automatic 10% discount for orders more than $100 USD
 
There is an automatic 10% discount for orders more than $100 USD
Could this be easily modified to support a different add on?

Select queries from different tables/columns which are essentially the same (as he prefixes them as such)?
 
Select queries from different tables/columns which are essentially the same (as he prefixes them as such)?
Integration requires using XF's php entities (specifically it needs to find the container todo some re-computed viewability for the query), which can't be easily parameterized like that sadly :(
 
  • Like
Reactions: frm
I plan to resume work on this add-on on the 30th, and will be providing 3 months free for all license holders.

It would be really be awesome to get this back. The search-results from the core-function arereally weird. Users are complaining and I can't find any thread for myself. Xon, you rock. But I guess I have already told you.
 
Last edited:
Xon updated ElasticSearch Essentials with a new update entry:

3.17.0 - XenForo 2.3 support

Due to delays releasing this update, all existing license holders have received a free 4 month extension to their licenses.

  • Require StandardLib v1.21.0+
  • XF2.3 support, requires ElasticSearch v7+
  • php 8.4+ compatibility fixes
  • Add "Replace Enhanced Search 2.3's autocomplete implementation" option (default: true)
    • When true, "Enable Autocomplete (provided by ESE)" controls if autocomplete is enabled...

Read the rest of this update entry...
 
1736848337383.webp
after updating and turning on addon on 2.3.4
this error does not allow to create a thread (white space on editor)

Code:
similar_thread.min.js?_v=b1bde02e:3  Uncaught Error: Unable to find container for similar threads.
    at b.init (similar_thread.min.js?_v=b1bde02e:3:60)
    at c (core-compiled.js?_v=b1bde02e:192:444)
    at b (core-compiled.js?_v=b1bde02e:193:141)
    at NodeList.forEach (<anonymous>)
    at Object.initialize (core-compiled.js?_v=b1bde02e:194:205)
    at Object.activate (core-compiled.js?_v=b1bde02e:44:193)
    at onPageLoad (core-compiled.js?_v=b1bde02e:19:412)
 
Back
Top Bottom