Also in model it is correcty implemented
```python
def index(self):
result = VersionedArtifact.index(self)
result.update(
title=self.title , # Here -======
version_i=self.version,
type_s='WikiPage',
text=self.text)
return result
```
---
** [tickets:#8030] Include title in search matches**
**Status:** open
**Milestone:** unreleased
**Labels:** search
**Created:** Tue Dec 08, 2015 10:49 PM UTC by Dave Brondsema
**Last Updated:** Fri Oct 26, 2018 06:03 AM UTC
**Owner:** nobody
Titles are not currently matched when searching. Tested with wiki pages and
blog posts. It should have high relevancy too.
---
Sent from forge-allura.apache.org because [email protected] is subscribed
to https://forge-allura.apache.org/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.