Barış Soner Uşaklı
|
bca79da8c6
|
closes #4197
add in-topic search support to dbsearch
prevent multiple click handlers on in-topic search widget(each click was
causing multiple scrolls)
fix index
|
8 years ago |
Barış Soner Uşaklı
|
34d9b57b26
|
fix wrong function name, change dom to data @julianlam
|
8 years ago |
Julian Lam
|
3ddf332e0c
|
added two new client-side hooks for search to allow plugins to add fields
|
8 years ago |
Peter Jaszkowiak
|
30b47d39f3
|
Fix #5536
|
8 years ago |
Peter Jaszkowiak
|
4bb49a7171
|
ESlint no-unused-vars
|
8 years ago |
Peter Jaszkowiak
|
3b0dd2d1ef
|
ESlint padded-blocks
|
8 years ago |
Peter Jaszkowiak
|
a038c66549
|
ESlint quotes
|
8 years ago |
Peter Jaszkowiak
|
604358ecc4
|
ESlint keyword-spacing, no-multi-spaces
|
8 years ago |
Peter Jaszkowiak
|
b1b486f729
|
ESlint quote-props
|
8 years ago |
Peter Jaszkowiak
|
d1101a7fb4
|
ESlint dot-notation
and func-call-spacing
|
8 years ago |
Peter Jaszkowiak
|
b09b3aef7f
|
ESlint no-undef, remove global comments
|
8 years ago |
Peter Jaszkowiak
|
bc1d70c126
|
ESlint comma-dangle
|
8 years ago |
barisusakli
|
1fed01fe43
|
ability to filter search by tags
|
8 years ago |
HeeL
|
4a3c31b2dc
|
Fix space-before-function-paren linter rule
|
8 years ago |
HeeL
|
3fa1c1f927
|
Fix space-infix-ops linter rule
|
8 years ago |
barisusakli
|
84f88a6f15
|
refactor user search
use pagination on results
removed infinite scroll
changed the term and section to use the query param as well
pagination urls respect search
|
9 years ago |
Ben Lubar
|
598935b3bf
|
Fix null object in search for users with no preferences set.
localStorage.getItem returned null, and JSON.parse(null) is null.
|
9 years ago |
Mathias Schreck
|
ce9ee62fa0
|
Handle callback errors
|
9 years ago |
barisusakli
|
d43c19c173
|
closes #4952
|
9 years ago |
Julian Lam
|
44aae7daa5
|
removed hammer, updated semver, added mousetrap
|
9 years ago |
Julian Lam
|
8a90afeed2
|
fixes #3859
|
9 years ago |
barisusakli
|
501bfbfc47
|
closes #3611
|
10 years ago |
Julian Lam
|
ee9390ee34
|
fixed #2949
|
10 years ago |
barisusakli
|
ffd22f50ff
|
closes #1999
|
10 years ago |
Julian Lam
|
821c9f12d6
|
updated scrollToPost behaviour to no longer ajaxify loudly. Also updated call to checkPagePresence to fire before the topicDOM events begin, so if an in-topic search is conducted on a different topic from the current topic, the topicDOM behaviour continues. closes #3040
|
10 years ago |
Julian Lam
|
47a7ab15be
|
refactored translator system to be a require.js module, and not a global
|
10 years ago |
Barış Soner Uşaklı
|
c98720ee4c
|
show results as WIP
|
10 years ago |
barisusakli
|
eff1256dfb
|
search sort, search in posts, titles, posts& titles
|
10 years ago |
barisusakli
|
38dd3d4281
|
search newer/older than and better pagination
|
10 years ago |
barisusakli
|
161b934827
|
reply count filter atleast/atmost
|
10 years ago |
barisusakli
|
def600e927
|
search in categories and children
|
10 years ago |
barisusakli
|
ce9c17f8e5
|
ability to search posts by user
|
10 years ago |
barisusakli
|
60f1b9679a
|
search filters
|
10 years ago |
Julian Lam
|
0b58e2fea3
|
minor tweaks to in-topic searching UI, #2442
|
10 years ago |
Joseph Chen
|
f02fd88eaf
|
Bug fix - Topic search broken due to encodeURIComponent being called too early.
|
10 years ago |
barisusakli
|
0f258859a7
|
closes #2067
|
11 years ago |
Julian Lam
|
063a4e5628
|
finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed #1800
|
11 years ago |
Julian Lam
|
5d22806ded
|
more topic searching work (working example, needs UX tie-in)
|
11 years ago |
Julian Lam
|
cd10248226
|
basic topic searching via search bar working
|
11 years ago |