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

Feature Request : Sync change base defined attributes #6

Description

@kpitn

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions