Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Feature Request : Sync change base defined attributes #6

Open
kpitn opened this issue Jul 10, 2009 · 1 comment
Open

Feature Request : Sync change base defined attributes #6

kpitn opened this issue Jul 10, 2009 · 1 comment

Comments

@kpitn
Copy link

kpitn commented Jul 10, 2009

Acutally i use Restfull athentication in my project, and the User object is update on each request. So there is many User Update in the xapit_change tables.

My model is like this :

  xapit do |index|
    index.text :user_firstname,:user_lastname,:login
  end

It could be great if sync appends only on [:user_firstname,:user_lastname,:login] change and not other attributes.

Or if we can add some parameters :

  xapit do |index|
    index.text :user_firstname,:user_lastname,:login
    index.changes :login
  end

sync appends only on :login change and not other attributes.

@cveneziani
Copy link

I'm also interested in this issue. Any news?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants