- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
An example for the year 2026
100.000 threads
10 search "objects" in three forums with different "objects" to search.
Threads in forum one have colors like "blue, green, red"
Threads in Forum two have numbers like "10, 20, 30"
Threads in Forum three have mixed values like "blue, red, 20, 30"
Values could be checkboxes and radios or integers like year of production "1964"
1. I add ten new fields to xf_thread, fields are indexed and save integers.
select from where field1 == 1 AND/OR...
100.000 threads
10 search "objects" in three forums with different "objects" to search.
Threads in forum one have colors like "blue, green, red"
Threads in Forum two have numbers like "10, 20, 30"
Threads in Forum three have mixed values like "blue, red, 20, 30"
Values could be checkboxes and radios or integers like year of production "1964"
1. I add ten new fields to xf_thread, fields are indexed and save integers.
select from where field1 == 1 AND/OR...
نام موضوع : Search for threads with some values?