
Maonyman 







I wanna go to Equestria
Can you please make ctrl+enter post the comment? This is already implemented on many sites, I would like to see it here too.
@☬ ᏝᏆᏁᏨᎾᏝᏁᏰᏒᎬᎳᏕᎿᎬᏒᎱᎯᏁ ☬
Oh! Ok, thanks - I recognize what you mean now.I’m sure that’s in the database, but it’s probably not indexed so finding things there might be super slow. But, I’m sure you could add a search for it (like, write the feature on GITHUB) - there’s not a lot of standardized ways those are entered though, so it might be hard to find what you’re looking for.
Can someone please link me to the script that allows you to hide/unhide posts from a certain user?
Edit: Nevermind, I found it.
Limit quantities of tags added at a time to something sane. The only time I see attempts to add, say, >300-400 tags at a time (as in, a single operation) by non-moderators are vandals.
By the way, do you think y’all might expunge the hundreds of thousands of tag changes polluting the various tag change histories?
implies:shipping, implies:character 1, implies:character 2, ...
as quick tag buttons? Bonus points if the search box offers autocomplete and/or alias resolution (ie. currently, you can’t search for implies:ts
where ts
is an alias for twilight sparkle
).Can someone please link me to the script that allows you to hide/unhide posts from a certain user?
Edit: Nevermind, I found it.
If you do not specify a field to search over, the search engine will search for posts with a body that is similar to the query's word stems. For example, posts containing the words winged humanization
, wings
, and spread wings
would all be found by a search for wing
, but sewing
would not be.
Field Selector | Type | Description | Example |
---|---|---|---|
author | Literal | Matches the author of this post. Anonymous authors will never match this term. | author:Joey |
body | Full Text | Matches the body of this post. This is the default field. | body:test |
created_at | Date/Time Range | Matches the creation time of this post. | created_at:2015 |
id | Numeric Range | Matches the numeric surrogate key for this post. | id:1000000 |
my | Meta | my:posts matches posts you have posted if you are signed in. | my:posts |
subject | Full Text | Matches the title of the topic. | subject:time wasting thread |
topic_id | Literal | Matches the numeric surrogate key for the topic this post belongs to. | topic_id:7000 |
topic_position | Numeric Range | Matches the offset from the beginning of the topic of this post. Positions begin at 0. | topic_position:0 |
updated_at | Date/Time Range | Matches the creation or last edit time of this post. | updated_at.gte:2 weeks ago |
user_id | Literal | Matches posts with the specified user_id. Anonymous users will never match this term. | user_id:211190 |
forum | Literal | Matches the short name for the forum this post belongs to. | forum:meta |