-
-
Notifications
You must be signed in to change notification settings - Fork 59
Change default search method and results order used when searching for content on internal links #129
Conversation
…r content on internal links Now we search by Title (as it is faster than SearchableText) and return results sorted by relevance instead of sortable_title.
getIcon = lambda brain: plone_view.getIcon(brain).html_tag() | ||
else: | ||
# Plone >= 4 | ||
getIcon = lambda brain: plone_layout.getIcon(brain)() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plone 3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still a reference of this method at line 58 (before change) or 51 (after change)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you saw the whole commit? 4285de9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry
f635b67
to
204e9c3
Compare
I got some unrelated errors here:
and more.. |
And looks like jenkins for plone 5.0 is not working http://jenkins.plone.org/job/pull-request-5.0/608/console |
@rodfersou according with plone/buildout.coredev@e96c891 this branch is invalid we need to find out were to fix this instead. @jensens can you point us to the right place? |
can you point us to the place we have to fix this for Plone 5.0 @plone/framework-team? |
tinymce is a new mockup widget in 5.0 and |
@rodfersou I think we must give up until further notice then |
I think here the 1.3.x branch is what is current and developed further for Plone 4.3. Afaik master was part of early 5.0, but then get kicked out in favour of the new implementation. |
Refs. #127