aboutsummaryrefslogtreecommitdiff
path: root/app/models/search.rb
Commit message (Collapse)AuthorAgeFilesLines
* searches: Add rich text descriptionMiquel Sabaté Solà2025-07-011-0/+2
| | | | | | | This allows for adding rich content to searches so it can be displayed in shared searches, for example. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* search: fixed a bit more the ordering of thingsMiquel Sabaté Solà2024-03-151-2/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed search for tags with spacesMiquel Sabaté Solà2024-03-151-1/+26
| | | | | | | | | | We should not split the body mindlessly, but we have to be more careful about it. Moreover, this commit also polishes the order for tags inside of comments. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* search: further refine the order of thingsMiquel Sabaté Solà2024-03-151-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2024-03-131-0/+99
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>