Giter Club home page Giter Club logo

Comments (3)

mi32dogs avatar mi32dogs commented on August 26, 2024

Update i just found out it is automatically updating on the initial publish, but it is not updating once it is published and i make a change to it

from silverstripe-searchable-dataobjects.

maxime-rainville avatar maxime-rainville commented on August 26, 2024

Hi mi32dogs,

Thanks for raising this issue.

I haven't played with that heyday/silverstripe-versioneddataobjects plugin before. I'll try to have a quick look to see if there's a way to get both plugins playing nice together.

Off the top of my head, I'm thinking it probably has something to do with the onAfterWrite method in the SearchableDataObject extension not being called. That's where the index for the DataObject gets regenerated after each write.

A quick and dirty fix could be to adapt that method and implement it directly on your DataObject instead of relying on the extension.

from silverstripe-searchable-dataobjects.

mi32dogs avatar mi32dogs commented on August 26, 2024

Hi Maxime,

Sorry for the delay, got pulled away.

Yes, it is not firing the onAfterWrite, so I went for the quick and dirty fix, had to make a couple of changes to make it work with the versioneddataobjects plugin and also pull in the deleteDo method.

But now it is working fine, the great thing is that I have never found out how to make an β€œOR” statement in the search filters, this way I can just add a ->where() in the call

from silverstripe-searchable-dataobjects.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.