Modify ↓
Ticket #4 (closed defect: fixed)
On mike2, Wiki caches omcollabbookmarks results ~somehow~
| Reported by: | Pete.Dakin | Owned by: | Pete.Dakin |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Wiki | Version: | |
| Keywords: | extensions,omcollabbookmarks | Cc: | |
| Actual Effort (in hours): | Estimated Effort (in hours): |
Description (last modified by Pete.Dakin) (diff)
turn on debugging in posts_public line 35 (set to true)
- /w/images/debug.log: delete this file (we start with a clean slate)
- edit the wiki page, set the terms to 'data warehousing' > save the page (it reloads, generating some bookmark results)
- view the debug log. It shows: the final sql query does not contain the expected LIKE "%data warehousing%" clause, and the result therefore is not limited - it shows lots of bookmarks.
- delete the debug log
- edit the wiki page, set the terms to 'enterprise' > save the page
- view the debug log. It shows the final SQL query containd the
clause LIKE "%data%"
turn off debugging in posts_public line 35
Attachments
Change History
comment:1 Changed 4 years ago by Pete.Dakin
- Owner changed from Pete to Pete.Dakin
- Status changed from new to assigned
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
