Thread Tagging Improvements

Add-ons Thread Tagging Improvements 1.0.8 Patch Level 1

Register & Get access to index
There was a bug where we queried the thread title with an ambiguous column name, which works fine as long as no other add-on does a JOIN with another table that has a similarly named column. (e.g. XFA Tournaments addon)

TL;DR; Fixed our add-on to explicitly query for xf_thread.title instead of titleso SQL knows exactly which one we want.
  • 2 new advancedoptions were added to allow change of:
    • Max amount of thread titles are loaded at once for processing
    • Chunk size when bulk inserting the collected (up to 50K) words
1673014850229.png
  • Don't call the tag-suggest endpoint if tagging is not allowed, should fix @Faust problem
  • Safer limits when collecting potential words, hopefully this fixes @vwts problem on the larger forum
  • Batch load 50k thread titles instead of 100K (doubt this is the problem)
  • Batch the bulk insert of potential words 5k at a time, before could do one bulk insert of 50K items.
Back
Top Bottom