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

Fix mapping of sortable only fields. #277

Merged
merged 1 commit into from
Jan 4, 2017

Conversation

afoucret
Copy link
Contributor

@afoucret afoucret commented Jan 4, 2017

This one fix #257.

@romainruaud : can you test all combination of attribute config is now valid.

  • Searchable only
  • Sortable only
  • Filterable + Sortable
  • ....

@afoucret afoucret force-pushed the fix_sortable_mapping branch 2 times, most recently from edc6d29 to 34fc3ce Compare January 4, 2017 14:02
@afoucret afoucret force-pushed the fix_sortable_mapping branch from 34fc3ce to d1d7b1f Compare January 4, 2017 14:08
@afoucret afoucret merged commit 5e5344e into Smile-SA:2.3.x Jan 4, 2017
@romainruaud
Copy link
Collaborator

I have tested combinations both for reindexing and frontend navigation :

  • sortable & searchable & filterable : OK
  • sortable & searchable & not filterable : OK
  • sortable & not searchable & not filterable : OK
  • not sortable & searchable & filterable : OK
  • not sortable & not searchable & filterable : OK
  • not sortable & searchable & not filterable : OK
  • not sortable & not searchable & not filterable : OK

But the Travis build is broken (due to the Field class complexity).

@romainruaud
Copy link
Collaborator

nevermind, Travis has been fixed and PR has been merged while I was writing my message :)

@afoucret afoucret deleted the fix_sortable_mapping branch February 7, 2018 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants