To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.
score:>0.5
score:>=0.5 created:<1y grammar
Further help with searching is available in the help center.
Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5
tag:tagname
user:xxx
"exact phrase"
post_type:xxx
created:<N{d,w,mo,y}
score:>=0.5
In a fresh development instance I went to http://localhost:3000/mod and got a 500 Server Error related to ActionView::Template::Error (No route matches {:action=>"new", :controller=>"posts",...
1 answer · posted 3y ago by Trilarion · edited 3y ago by Trilarion
It looks like you are using a database user root. I suspect this is at least part of the problem, so I recommend fixing it first. If you look in the QPixel repository at the file config/database.y...
posted 1y ago by trichoplax · edited 1y ago by trichoplax
I think my problem is my config/database.yml : check : default: &default adapter: mysql2 encoding: utf8mb4 collation: utf8mb4_unicode_ci host: 127.0.0.1 port: 3306 Change these credent...
posted 4y ago by Gate_sprit
This community is part of the non-profit Codidact network. We have other communities too — take a look!
You can also join us in chat!
Want to advertise this community? Use our templates!
Like what we're doing? Support us! Donate