Search within tables
- Status
- Open
- Subject
- Search within tables
- Version
- 12.x
- Category
- Usability
- Feature
- Search
- Resolution status
- New
- Submitted by
- mikko.koivusaari
- Lastmod by
- mikko.koivusaari
- Rating
- Description
The search function cannot find words within the fancytables. This is quite important function so I would like to know a solution. Is it maybe possible to use the alternative query when the search returns empty set? and check if the query can be found with this alternative. And site is using mysql search currently. Does this work on other search engines?
By using SQL i can find it by changing the search query fromNot foundCopy to clipboardselect * from tiki_pages where data='myQuery'; or Select * from tiki_pages where data='%myQuery%';FoundCopy to clipboardSelect * from tiki_pages where data like '%myQuery%';
But if you leave out the wildcards it still returns nothing- Importance
- 10 high
- Easy to solve?
- 1 difficult
- Priority
- 10
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5516
- Created
- Thursday 11 December, 2014 10:08:47 UTC
by mikko.koivusaari - LastModif
- Thursday 11 December, 2014 10:15:33 UTC