1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 10:09:15 +02:00

203 Commits

Author SHA1 Message Date
rxu
c75a9b772a
[ticket/16902] Fix PostgreSQL search TypeError
PHPBB3-16902
2022-01-15 13:16:57 +07:00
rxu
343551f2ce
[ticket/16902] Fix PosgreSQL author topics search results count
PHPBB3-16902
2022-01-15 12:08:08 +07:00
rxu
5a69fc22b4
[ticket/16902] Improve test, use DISTINCT for precise results count
PHPBB3-16902
2022-01-15 11:11:11 +07:00
rxu
f78f3135fc
[ticket/16902] Improve search results count for MySQL
PHPBB3-16902
2022-01-15 11:11:10 +07:00
Marc Alexander
b5b8d26536
Merge branch '3.3.x' 2022-01-12 21:26:12 +01:00
Dark❶
a4302d9fa5
[ticket/16940] Optimize phpBB Native Search
PHPBB3-16940
2021-12-14 16:28:50 +05:30
Dark❶
6389a57633
[ticket/16940] Optimize phpBB Native Search
- Use `ORDER BY post_id ASC` for batch posts.

PHPBB3-16940
2021-12-13 19:39:01 +05:30
Dark❶
ff6f7c4186
[ticket/16940] Optimize phpBB Native Search
- Fixed infinite loop

PHPBB3-16940
2021-12-13 00:38:35 +05:30
Dark❶
90433d0d89
[ticket/16940] Optimize phpBB Native Search
- Removed `end()` replaced with `$ids[count($ids) - 1]`

PHPBB3-16940
2021-12-12 20:46:07 +05:30
Dark❶
0dc0527939
[ticket/16940] Optimize phpBB Native Search
- Use `sql_query_limit` instead of `sql_query`
- Update SQL query to reflect the above change
- Assign proper last `post_id` to `$post_counter`

PHPBB3-16940
2021-12-12 20:15:48 +05:30
rxu
d6a591cde3
[ticket/16933] Consistent handling of hyphen by phpBB Native search backend
PHPBB3-16933
2021-12-11 19:03:29 +07:00
rubencm
257f59ed66 [ticket/16758] Initialize search_query property with an empty string
PHPBB3-16758
2021-04-15 21:41:24 +02:00
Máté Bartus
6eb357b421 [ticket/16754] Fix docblocks
PHPBB3-16754
2021-04-10 10:36:01 +02:00
rubencm
cf8b797911 [ticket/16737] Rewrite acp_search index pages
PHPBB3-16737
2021-03-25 03:37:30 +01:00
rubencm
6ae68baa2e [ticket/15540] Code changes
PHPBB3-15540
2021-03-23 22:23:10 +01:00
rubencm
658a0489d0 [ticket/15540] Add types
PHPBB3-15540
2021-03-23 12:11:33 +01:00
rubencm
cd8c09d0b3 [ticket/15540] Fix test
PHPBB3-15540
2021-03-23 10:23:50 +01:00
rubencm
656e57fbf6 [ticket/15540] Properties
PHPBB3-15540
2021-03-23 04:16:34 +01:00
rubencm
5c67eabeed [ticket/15540] Fix tests
PHPBB3-15540
2021-03-23 02:44:57 +01:00
rubencm
16220058d3 [ticket/15540] Decouple create_index and delete_index from acp
PHPBB3-15540
2021-03-23 01:47:05 +01:00
rubencm
9dac66071e [ticket/15540] Check method signatures, visibility, etc
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
fd45ce1e91 [ticket/15540] Method init
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
457c750773 [ticket/15540] Display only available search backends
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
911a31d898 [ticket/15540] Add types and phpdoc
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
9b8ddc2698 [ticket/15540] Move create_index and add delete_index to base
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
d78896d581 [ticket/15540] Fix post counter
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
1bc9cbefb2 [ticket/15540] Fix tests
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
5fd2c51ca8 [ticket/15540] Fix tests and small fixes
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
cc0d4efc8f [ticket/15540] Remove delete_index and move create_index to fulltext_native
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
5805a6906e [ticket/15540] Pass variable by reference
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Ruben Calvo
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
Marc Alexander
f72e847c17
Merge branch '3.2.x' into 3.3.x 2020-06-06 17:17:28 +02:00
Marc Alexander
0ce55e897d
[ticket/16507] Fix incorrect call to sphinx_clean_search_string()
PHPBB3-16507
2020-06-02 07:43:27 +02:00
Marc Alexander
6bdebe22ed
Merge branch '3.2.x' into 3.3.x 2020-04-21 20:08:01 +02:00
3D-I
c190451098 [ticket/16423] Add Aria Engine to list of Fulltext Supported
PHPBB3-16423
2020-04-02 23:47:01 +02:00
3D-I
551a018613 [ticket/16423] Add Aria Engine to list of Fulltext Supported
PHPBB3-16423
2020-04-02 23:18:26 +02:00
Marc Alexander
0ca20b14f5
Merge branch '3.2.x' into 3.3.x 2020-02-14 07:04:58 +01:00
Marc Alexander
e1ee0dfec1
Merge pull request #5840 from Kidounet/ticket/15395
[ticket/15395] change GIN tsvector indexes in Postgres Fulltext Search
2020-02-14 07:04:53 +01:00
Marc Alexander
685c41689e
Merge branch '3.2.x' into 3.3.x 2020-02-14 07:00:53 +01:00
KYPREO
852959cf2b [ticket/16234] Fix & enhance Sphinx search backend functionality
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-02-12 16:42:53 +11:00
Kidounet
a29d2e1149
[ticket/15395] change GIN tsvector indexes in Postgres Fulltext Search
PHPBB3-15395
2020-02-09 13:11:18 +01:00
KYPREO
22417e3d9c [ticket/16234] Fix & enhance Sphinx search backend functionality
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-01-04 04:15:10 +11:00
KYPREO
4fb9c1cd98 [ticket/16234] Fix & enhance Sphinx search backend functionality
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-01-04 03:36:35 +11:00
KYPREO
f0f1cd37dd
Merge branch '3.2.x' into ticket/16234 2020-01-04 01:13:41 +11:00
KYPREO
83ccccb565 [ticket/16234] Fix & enhance Sphinx search backend functionality
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-01-04 00:29:24 +11:00
rxu
4ed854c818
[ticket/16288] PHP 8 compatibility
PHPBB3-16288
2020-01-03 02:21:37 +07:00
Marc Alexander
f3a9301483
Merge branch '3.2.x' into 3.3.x 2019-12-30 12:19:02 +01:00
Marc Alexander
5aba63d5aa
Merge pull request #5792 from KYPREO/ticket/16269
[ticket/16269] Strip HTML markup from Sphinx search index
2019-12-30 12:18:52 +01:00
Marc Alexander
b1c5ad6a61
Merge pull request #5783 from brunoais/ticket/16262
Ticket/16262 compact() calls with undefined variables causing error page
2019-12-30 08:37:08 +01:00