Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "IndexField.(UInt|Text|Literal)Options.DefaultValue" option for "DefineIndexField" action #44

Open
piroor opened this issue Jul 11, 2012 · 3 comments

Comments

@piroor
Copy link
Member Author

piroor commented Jul 13, 2012

To do it, we have to save default values for index fields as meta data.

@piroor
Copy link
Member Author

piroor commented Jul 13, 2012

We should define "configuration table" for each search domain.

@piroor
Copy link
Member Author

piroor commented Aug 27, 2012

  • Add new configuration "column_XXXXX_option_default_value"
  • Add new internal vector column "$blank_fields" to the main table
    • It will be ["name", "address"] - array of column names.
      On reindexing, GCS will set default values for fields.
      • So, we also have to introduce "require reindex" state.

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

No branches or pull requests

1 participant