Typo: restruct_sr -> restrict_sr
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
@@ -86,7 +86,7 @@ func setQuery(v string) SearchOptionSetter {
|
|||||||
|
|
||||||
// setRestrict sets the restrict_sr option.
|
// setRestrict sets the restrict_sr option.
|
||||||
func setRestrict(opts SearchOptions) {
|
func setRestrict(opts SearchOptions) {
|
||||||
opts.Set("restruct_sr", "true")
|
opts.Set("restrict_sr", "true")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Posts searches for posts.
|
// Posts searches for posts.
|
||||||
|
|||||||
Reference in New Issue
Block a user