-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
search page returns original wiki page title #7
Comments
That's right -- but which page, exactly? The only place I could find that this happened was on the advanced search page at https://publiclab.org/search/advanced The code for that is here: https://github.com/publiclab/plots2/blob/master/app/views/search/advanced.html.erb#L43 and indeed, it's using |
@jywarren Does this issue needs a fix? Or will it be kept as a |
I think that this might be addressed by the new search interface, and in On Thu, Jun 9, 2016 at 4:30 PM, Ananya Maiti notifications@github.com
|
Ok I will then try converting this as a first-timer issue by adding more content here.You can then label it as a first timer issue. |
great, ping me when you do and I can delete extra comments too -- and/or On Mon, Jun 13, 2016 at 1:10 PM, Ananya Maiti notifications@github.com
|
@jywarren Hey Jeff I solved this issue in #600. I found that this problem was occurring only for wiki pages since the wiki title was not updated with each revision. But I had to update the title so as to update the wiki url. So this issue has to be closed once #600 gets merged. I think I can find other issue that can be labeled as |
Super, that would be great. Maybe helping Liz make #599 into a first-timers only, since it's just moving html markup around, with one Ruby conditional inside? |
If a wiki page title has been changed, the search page returns the initial title and not the newest title.
I have to assume this will be a simple fix in the code from reading
node.title
tonode.latest.title
.The text was updated successfully, but these errors were encountered: